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.

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 createVirtualVisit.

Throws

A sealed class containing a variety of errors that can be returned by this API.