RoomType

public enum RoomType : String

The enumeration of the types of a room.

  • 1-to-1 room between two people

    Declaration

    Swift

    case direct = "direct"
  • Group room among multiple people

    Declaration

    Swift

    case group = "group"