diff --git a/packages/core/EventManager.ts b/packages/core/EventManager.ts index e5fc5a5aa5..1803c58b09 100644 --- a/packages/core/EventManager.ts +++ b/packages/core/EventManager.ts @@ -170,6 +170,7 @@ export default class EventManager { if (evt.location === MeetLocationType && mainHostDestinationCalendar?.integration !== "google_calendar") { log.warn("Falling back to Cal Video integration as Google Calendar not installed"); evt["location"] = "integrations:daily"; + evt["conferenceCredentialId"] = undefined; } const isDedicated = evt.location ? isDedicatedIntegration(evt.location) : null;