mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -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",
|
intent: "join_existing",
|
||||||
hideHeader: "true",
|
hideHeader: "true",
|
||||||
confineToRoom: "true",
|
confineToRoom: "true",
|
||||||
|
appPrompt: "false",
|
||||||
}).toString().replaceAll("%24", "$")
|
}).toString().replaceAll("%24", "$")
|
||||||
|
|
||||||
const ElementCall = () => {
|
const ElementCall = () => {
|
||||||
|
@ -44,7 +45,6 @@ const ElementCall = () => {
|
||||||
waitForIframeLoad: false,
|
waitForIframeLoad: false,
|
||||||
data: {
|
data: {
|
||||||
perParticipantE2EE: !!room?.meta.current.encryption_event,
|
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 : "",
|
homeserverBaseURL: client.state.current?.is_logged_in ? client.state.current.homeserver_url : "",
|
||||||
},
|
},
|
||||||
}), [room, client, baseURL])
|
}), [room, client, baseURL])
|
||||||
|
|
Loading…
Add table
Reference in a new issue