getEstimatedWaitTime

abstract fun getEstimatedWaitTime(visitId: String): DataObserver<WaitTime>

Gets an estimated wait time for a visit. This wait time is shown to the user inside the waiting room.

Parameters

visitId

The id of the visit to check the wait time for, as returned in startVirtualVisit.

Throws