VirtualMeetingInfo
public struct VirtualMeetingInfo : Codable, Equatable
Contains additional information about a virtual Provider visit.
-
A URL that can be used to join the virtual visit in zoom/teams.
Declaration
Swift
public let joinUrl: URL? -
A shortened URL that acts the same as
joinUrlDeclaration
Swift
public let joinUrlShort: URL? -
The id of the zoom/teams session the virtual visit will take place in.
Declaration
Swift
public let conferenceId: String? -
A toll free number to call for the visit if available
Declaration
Swift
public let tollFreeNumber: String? -
The password required to join the virtual conference, if applicable.
Declaration
Swift
public let password: String? -
An enum representing the video conference service that will be used for this virtual visit.
Declaration
Swift
public let vendor: VirtualMeetingVendor? -
An internal decoder to handle dates.
Declaration
Swift
public init(from decoder: Decoder) throws
-
An enum of what types of Virtual Meetings are supported.
See more.nonetypically a DexCareSDK Virtual VisitDeclaration
Swift
public enum VirtualMeetingVendor : String, Codable, Equatable
View on GitHub
Install in Dash