Future<void> mutePlayStreamAudio(String streamID, bool mute) async { await ZegoFlutterEngine.instance.mutePlayStreamAudio(streamID, mute); }