mute method

Future<void> mute({
  1. required String callId,
})

Disable microphone in call with callId

Implementation

Future<void> mute({required String callId}) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}