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