Future<void> mutePublishStreamVideo(bool mute, int channel) async { return await ZegoFlutterEngine.instance .mutePublishStreamVideo(mute, getPublishChannel(channel)); }