VirtualMeetingInfo

data class VirtualMeetingInfo(conferenceId: String?, joinUrl: String?, joinUrlShort: String?, password: String?, tollFreeNumber: String?, vendor: VirtualMeetingVendor?)

Contains additional information about a virtual Provider visit.

Constructors

VirtualMeetingInfo
Link copied to clipboard
fun VirtualMeetingInfo(conferenceId: String? = null, joinUrl: String? = null, joinUrlShort: String? = null, password: String? = null, tollFreeNumber: String? = null, vendor: VirtualMeetingVendor? = null)

Properties

conferenceId
Link copied to clipboard
val conferenceId: String? = null
The id of the zoom/teams session the virtual visit will take place in.
joinUrl
Link copied to clipboard
val joinUrl: String? = null
A URL that can be used to join the virtual visit in zoom/teams.
joinUrlShort
Link copied to clipboard
val joinUrlShort: String? = null
A shortened URL that acts the same as joinUrl.
password
Link copied to clipboard
val password: String? = null
The password required to join the virtual conference, if applicable.
tollFreeNumber
Link copied to clipboard
val tollFreeNumber: String? = null
A toll free number to call for the visit, if available.
vendor
Link copied to clipboard
val vendor: VirtualMeetingVendor? = null
An enum representing the video conference service that will be used for this virtual visit.