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