hardMuteVideo static method

Future<void> hardMuteVideo(
  1. String clientId
)

Implementation

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