Pass the homeserver's base URL to Element Call (#9429)

This will allow Element Call to perform media repo lookups, for example for avatars.
pull/28217/head
Robin 2022-10-17 02:18:17 -04:00 committed by GitHub
parent 8e8b0a7870
commit 72c42482f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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