diff --git a/src/models/Call.ts b/src/models/Call.ts index 879a0476d7..fd207cf1be 100644 --- a/src/models/Call.ts +++ b/src/models/Call.ts @@ -636,6 +636,7 @@ export class ElementCall extends Call { userId: client.getUserId()!, deviceId: client.getDeviceId(), roomId: groupCall.getRoomId()!, + baseUrl: client.baseUrl, lang: getCurrentLanguage().replace("_", "-"), }); // Currently, the screen-sharing support is the same is it is for Jitsi