Mute playback stream

Max

Administrator
Staff member
Good day.
You can use stream.muteRemoteAudio() function to mute and stream.unmuteRemoteAudio() to unmute stream audio while playing it.
 

Max

Administrator
Staff member
Good day.
Yes, we provided WebSDK example in post above.
In Android SDK, you can mute incoming stream audio using Flashphoner.setVolume(0) call. Please review volume slider implementation code in Media Devices example.
In iOS SDK, there's no way to control incoming stream audio volume or mute it unless hardware buttons due to Apple policy.
 
Top