LGV_MeetingSDK_VenueType_Enum

public enum LGV_MeetingSDK_VenueType_Enum : String

Each meeting is either in-person (has a physical location), virtual-only (no physical location), or hybrid (both).

  • There is no valid venue (the meeting is not valid).

    Declaration

    Swift

    case invalid
  • There is no physical location associated with this meeting.

    Declaration

    Swift

    case virtualOnly
  • There is only a physical location associated with this meeting.

    Declaration

    Swift

    case inPersonOnly
  • There are both a physical location, and a virtual venue, associated with this meeting.

    Declaration

    Swift

    case hybrid