muteAudio method

Future<String> muteAudio(
  1. String userId
)

Implementation

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