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