Start meetpad meetings with muted audio
When you connect to meetpad it says: You have started the conversation muted It does this because we have muted video by default. Unfortunately, this statement is ambiguous because audio is unmuted by default. Address this by muting audio by default on join as well. Then when you are told you are muted you can go unmute audio and video if you wish. Change-Id: Iba399c92e1f8c6fba5e21ad45a2f4c7e5286429c
This commit is contained in:
parent
5434dc6c0a
commit
c6da6dcff3
@ -201,5 +201,9 @@ ENABLE_HTTP_REDIRECT=1
|
||||
# This should mute video for all participants who join.
|
||||
START_VIDEO_MUTED=0
|
||||
|
||||
# Participants after the Nth (value below) joining will have their audio muted.
|
||||
# This should mute audio for all participants who join.
|
||||
START_AUDIO_MUTED=0
|
||||
|
||||
# Disable P2P connections for meetings between two participants.
|
||||
ENABLE_P2P=false
|
||||
|
@ -306,5 +306,9 @@ ENABLE_HTTP_REDIRECT=1
|
||||
# This should mute video for all participants who join.
|
||||
START_VIDEO_MUTED=0
|
||||
|
||||
# Participants after the Nth (value below) joining will have their audio muted.
|
||||
# This should mute audio for all participants who join.
|
||||
START_AUDIO_MUTED=0
|
||||
|
||||
# Disable P2P connections for meetings between two participants.
|
||||
ENABLE_P2P=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user