mirror of https://github.com/vector-im/riot-web
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/28788/head^2
parent
8e8b0a7870
commit
72c42482f9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue