VirtualMeetingVendor
public enum VirtualMeetingVendor : String, Codable, Equatable
An enum of what types of Virtual Meetings are supported. .none
typically a DexCareSDK Virtual Visit
-
Undocumented
Declaration
Swift
case teams
-
Undocumented
Declaration
Swift
case zoom
-
Undocumented
Declaration
Swift
case none
-
Declaration
Swift
public init(from decoder: Decoder) throws