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