static Future<void> hardMuteAudio(String clientId) async { await _channel.invokeMethod('hardMuteAudio', {'clientId': clientId}); }