mute the call initiated by the user
Future<bool> mute({bool muted = true}) { return FlutterVoipKit.muteCall(this.uuid, muted: muted); }