Our new developer documentation is now available. Please check it out!
Peer.SetMuteMedias
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public void SetMuteMedias(bool value)
Set IsMuted on each current associated Media
Info
If true, on the stream no data will be read or pushed even if AudioPushData/AudioReadData is called
Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true is mute or false |