Companion

object Companion

Properties

VISIT_CANCELLED_RESULT_CODE
Link copied to clipboard
const val VISIT_CANCELLED_RESULT_CODE: Int
Result code returned when the visit was cancelled by the user.
VISIT_DECLINED_BY_PROVIDER_RESULT_CODE
Link copied to clipboard
const val VISIT_DECLINED_BY_PROVIDER_RESULT_CODE: Int = 100101122
Result code returned when the visit was declined by the provider.
VISIT_DISCONNECTED_RESULT_CODE
Link copied to clipboard
const val VISIT_DISCONNECTED_RESULT_CODE: Int = 100101120
Result code returned when the connection to TokBox was lost.
VISIT_SUCCESS_RESULT_CODE
Link copied to clipboard
const val VISIT_SUCCESS_RESULT_CODE: Int
Result code returned when the visit completed successfully.
VISIT_USER_JOINED_ELSEWHERE_RESULT_CODE
Link copied to clipboard
const val VISIT_USER_JOINED_ELSEWHERE_RESULT_CODE: Int = 100101123
Result code returned when the user has connected to the session from a different device, or attempted to join the session twice at the same time.