Muting your mic and then changing audio/video source might unmute your audio #27

닫힘
" kirsle2023-07-23 05:07:07 +00:00을 오픈" · 0개의 코멘트
소유자

Repro steps:

  1. Go on video as normal
  2. Mute your mic
  3. Go in the chat settings and toggle your video/audio devices to use different devices.
  4. Your mic appears to be muted and shows as muted to your watchers, but they might hear your audio regardless

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.

Repro steps: 1. Go on video as normal 2. Mute your mic 3. Go in the chat settings and toggle your video/audio devices to use different devices. 4. Your mic appears to be muted and shows as muted to your watchers, but they might hear your audio regardless 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.
kirsle added the
enhancement
label 2023-07-23 05:07:07 +00:00
"로그인하여 이 대화에 참여"
마일스톤 없음
No project
담당자 없음
참여자 1명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: apps/BareRTC#27
No description provided.