muteVideo method
This method is used to mute the video.
Implementation
Future<void> muteVideo(
bool status, Function(FlyResponse response)? callback) async {
throw UnimplementedError('muteVideo has not been implemented.');
}
This method is used to mute the video.
Future<void> muteVideo(
bool status, Function(FlyResponse response)? callback) async {
throw UnimplementedError('muteVideo has not been implemented.');
}