get Estimated Wait Time
abstract fun getEstimatedWaitTime(visitId: String): DataObserver<WaitTime>
Content copied to clipboard
Gets an estimated wait time for a visit. This wait time is shown to the user inside the waiting room.
Return
A WaitTime object containing estimated wait time information for the specified visitId.
Parameters
visitId
The id of the visit to check the wait time for, as returned in createVirtualVisitWithPatientActor.
Throws
When visitId is empty
A sealed class containing a variety of errors that can be returned by this API.