Pass the homeserver's base URL to Element Call (#9429)
This will allow Element Call to perform media repo lookups, for example for avatars.
This commit is contained in:
@@ -636,6 +636,7 @@ export class ElementCall extends Call {
|
|||||||
userId: client.getUserId()!,
|
userId: client.getUserId()!,
|
||||||
deviceId: client.getDeviceId(),
|
deviceId: client.getDeviceId(),
|
||||||
roomId: groupCall.getRoomId()!,
|
roomId: groupCall.getRoomId()!,
|
||||||
|
baseUrl: client.baseUrl,
|
||||||
lang: getCurrentLanguage().replace("_", "-"),
|
lang: getCurrentLanguage().replace("_", "-"),
|
||||||
});
|
});
|
||||||
// Currently, the screen-sharing support is the same is it is for Jitsi
|
// Currently, the screen-sharing support is the same is it is for Jitsi
|
||||||
|
|||||||
Reference in New Issue
Block a user