mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 02:03:40 -05:00
web/widget/call: update parameters
This commit is contained in:
parent
9a88df0cc1
commit
6e8dd0e591
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,7 @@ const elementCallParams = new URLSearchParams({
|
|||
intent: "join_existing",
|
||||
hideHeader: "true",
|
||||
confineToRoom: "true",
|
||||
appPrompt: "false",
|
||||
}).toString().replaceAll("%24", "$")
|
||||
|
||||
const ElementCall = () => {
|
||||
|
@ -44,7 +45,6 @@ const ElementCall = () => {
|
|||
waitForIframeLoad: false,
|
||||
data: {
|
||||
perParticipantE2EE: !!room?.meta.current.encryption_event,
|
||||
// Note: this won't actually work because matrix-js-sdk drops the path prefix for media requests.
|
||||
homeserverBaseURL: client.state.current?.is_logged_in ? client.state.current.homeserver_url : "",
|
||||
},
|
||||
}), [room, client, baseURL])
|
||||
|
|
Loading…
Add table
Reference in a new issue