You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calls: screenshare audio fixes, volume control and fullscreen mode
Fix system audio stopping when microphone is muted during 1-to-1
screen sharing. Previously setMuteMicrophone() muted the entire
outgoing audio channel, killing both mic and system audio. Now when
screen audio is active, mic is muted at the ADM mixing level while
the channel stays unmuted so system audio continues flowing.
Add right-click context menu on the incoming video in 1-to-1 calls
with a volume slider and mute toggle for controlling the remote
user's audio volume locally. Implements setOutputVolume via the
WebRTC receive channel (same mechanism as group calls) so the slider
actually affects playback.
Always wrap the ADM with MixingAudioDeviceModule so playback volume
control is available regardless of loopback capture support.
Add separate controls for participant voice and screen-share audio
in group call member menus, and expose a dedicated screen-share
mute action when screen audio is available.
Add screencast-only fullscreen mode for group call screenshare.
When a screen endpoint is focused, fullscreen switches to a layout
that hides side panels. Controls auto-hide on inactivity and
reappear on mouse movement. Also disable speaking outline rendering
in fullscreen to avoid full-frame green highlighting.
0 commit comments