muteAudio method

Future<bool?> muteAudio(
  1. bool status
)

Implementation

Future<bool?> muteAudio(bool status) async {
  throw UnimplementedError('muteAudio has not been implemented.');
}