unMuteAudio method

Future<String> unMuteAudio(
  1. String userId
)

Implementation

Future<String> unMuteAudio(String userId) async {
  throw UnimplementedError('unMuteAudio() has not been implemented.');
}