1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Add API params to mute audio and/or video in Jitsi calls by default (#10376)

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>
This commit is contained in:
Dominik Henneke
2023-03-15 13:51:00 +01:00
committed by GitHub
parent c6b6480bb7
commit 0cfd97b180
3 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,8 @@ describe("getLocalJitsiWrapperUrl", () => {
"#conferenceDomain=$domain" +
"&conferenceId=$conferenceId" +
"&isAudioOnly=$isAudioOnly" +
"&startWithAudioMuted=$startWithAudioMuted" +
"&startWithVideoMuted=$startWithVideoMuted" +
"&isVideoChannel=$isVideoChannel" +
"&displayName=$matrix_display_name" +
"&avatarUrl=$matrix_avatar_url" +