setPlayoutDeviceMute abstract method

Future<int> setPlayoutDeviceMute(
  1. bool mute
)

设置是否静音音频播放设备。

请在初始化后调用该方法,且该方法仅可在加入房间后调用。

注意:

此接口仅静音播放的音频数据,不影响播放设备的运行

mute是否静音音频播放设备

Implementation

Future<int> setPlayoutDeviceMute(bool mute);