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:
Clark Boylan 2022-01-18 13:54:40 -08:00
parent 5434dc6c0a
commit c6da6dcff3
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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