MeetingType

public enum MeetingType : String

This provides values for the type of meeting.

  • The meeting only gathers virtually.

    Declaration

    Swift

    case virtual
  • The meeting only gathers in-person.

    Declaration

    Swift

    case inPerson
  • The meeting gathers, both in-person, and virtually.

    Declaration

    Swift

    case hybrid