isMute method Null safety
override
Implementation
@override
Future<bool> isMute() async {
//TODO:: make platform call
return await PlatformService.invokeMethod(PlatformMethod.isVideoMute,
arguments: {"peer_id": peer!.peerId, "is_local": peer!.isLocal});
}