Muting your mic and then changing audio/video source might unmute your audio #27
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: apps/BareRTC#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Repro steps:
Root cause seems to be: changing an audio/video source re-sets up the video while requesting specific device IDs to use, and replaces the streams of your WebRTC watchers, and this always defaults to a non-muted microphone.
The fix should be: after all that happens, to check the front-end mic mute setting and reapply the mute on the new stream.