cancelVirtualVisit

abstract fun cancelVirtualVisit(visitId: String): DataObserver<Unit>

Provides an api to cancel an existing virtual visit

Parameters

visitId

The id of the visit that will be cancelled, as returned in the startVirtualVisit SDK call.

Throws

Returned when a visit corresponding to the provided id cannot be found.