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