@override Future<void> muteAllRemoteAudio(bool mute) async { return await trtcCloud?.muteAllRemoteAudio(mute); }