Future<void> muteAllPlayAudioStreams(bool mute) async { await ZegoFlutterEngine.instance.muteAllPlayAudioStreams(mute); }