Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix negation
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
  • Loading branch information
SimonBrandner and anoadragon453 authored Jul 3, 2023
commit 8905378cc03a03b64085608dee599df0fe4ffa4a
2 changes: 1 addition & 1 deletion proposals/3291-muting.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ camera/microphone).
All tracks should be assumed unmuted unless specified otherwise.

Clients are recommended to not mute the audio of WebRTC tracks locally when a
stream has the `audio_muted` field set to `false`. This is because when the
incoming stream has the `audio_muted` field set to `true`. This is because when the
other user unmutes themselves, there may be a slight delay between their client
sending audio and the `m.call.sdp_stream_metadata_changed` event arriving. If
`enabled` is set to `false`, then any audio sent in between those two events
Expand Down