hold the call initiated by the user
Future<bool> hold({bool onHold = true}) { return FlutterVoipKit.holdCall(this.uuid, onHold: onHold); }