ToggleMuteAudioStreamRequest

Mutes or unmutes the client's audio stream.


When a request to toggle the mute state of the client is sent, the outgoing audio stream is temporarily interrupted or reactivated based on the current state. The other clients streaming in the Room are notified that a stream mute state is toggled by means of the SFSAudioEvent.TOGGLE_MUTE event.

Constructor

new ToggleMuteAudioStreamRequest()

Creates a new instance of the ToggleMuteAudioStreamRequest class.
Pass the instance to the SmartFox#send method to validate and execute the request.