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