jitsi-web: add more defaults

This commit is contained in:
Alin Trăistaru
2020-03-29 09:48:46 +03:00
parent 55d21c120a
commit 697e91aa05
3 changed files with 32 additions and 15 deletions

View File

@ -93,6 +93,7 @@ var config = {
// Start calls with audio muted. Unlike the option above, this one is only
// applied locally. FIXME: having these 2 options is confusing.
// startWithAudioMuted: false,
startWithAudioMuted: {{ matrix_jitsi_web_config_start_with_audio_muted|to_json }},
// Enabling it (with #params) will disable local audio output of remote
// participants and to enable it back a reload is needed.
@ -137,6 +138,7 @@ var config = {
// Start calls with video muted. Unlike the option above, this one is only
// applied locally. FIXME: having these 2 options is confusing.
// startWithVideoMuted: false,
startWithVideoMuted: {{ matrix_jitsi_web_config_start_with_video_muted|to_json }},
// If set to true, prefer to use the H.264 video codec (if supported).
// Note that it's not recommended to do this because simulcast is not