Muting your mic and then changing audio/video source might unmute your audio #27
레이블
마일스톤 없음
No project
담당자 없음
참여자 1명
알림
마감일
마감일이 설정되지 않았습니다.
의존성
No dependencies set.
Reference: apps/BareRTC#27
불러오는 중...
Reference in New Issue
Block a user
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.