fix: doesn't fall back to calvideo if wrong destination is used for google meet (#16195)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user