muteVideo method

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

Implementation

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