Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Pass the homeserver's base URL to Element Call (#9429)
Browse files Browse the repository at this point in the history
This will allow Element Call to perform media repo lookups, for example for avatars.
  • Loading branch information
robintown authored Oct 17, 2022
1 parent 8e8b0a7 commit 72c4248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/Call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72c4248

Please sign in to comment.