unMute method

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

Enable microphone in call with callId

Implementation

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