muteAudioPlayback abstract method
- @Deprecated('Deprecated since v3.50.1 and will be deleted in v3.56.1, use RTCVideo.setPlaybackVolume instead.')
- bool muteState
Controls whether to play local audio streams.
This method does not affect local audio playback devices.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
Implementation
@Deprecated(
'Deprecated since v3.50.1 and will be deleted in v3.56.1, use RTCVideo.setPlaybackVolume instead.')
Future<int?> muteAudioPlayback(bool muteState);