diff --git a/lib/videoClient.ts b/lib/videoClient.ts index 6d5b149b..811a67d5 100644 --- a/lib/videoClient.ts +++ b/lib/videoClient.ts @@ -165,7 +165,7 @@ const ZoomVideo = (credential): VideoApiAdapter => { // factory const videoIntegrations = (withCredentials): VideoApiAdapter[] => withCredentials.map((cred) => { switch (cred.type) { - case 'zoom': + case 'zoom_video': return ZoomVideo(cred); default: return; // unknown credential, could be legacy? In any case, ignore