Query's mute status of call, true if call is muted
@override Future<bool?> isMuted() { return _channel.invokeMethod('isMuted', <String, dynamic>{}); }