Closed maxbrunsfeld closed 3 months ago
The RtcAudioTrack::set_enabled method (called by RemoteAudioTrack::disable) does not seem to do anything for me. In Zed, we are attempting to use those methods to implement "deafen" (temporarily turn off audio from all participants).
RtcAudioTrack::set_enabled
RemoteAudioTrack::disable
I'm testing on macOS.
The
RtcAudioTrack::set_enabled
method (called byRemoteAudioTrack::disable
) does not seem to do anything for me. In Zed, we are attempting to use those methods to implement "deafen" (temporarily turn off audio from all participants).I'm testing on macOS.