State

@objc(SBCRoomState)
public enum State : Int, RawRepresentable, Codable

A enum that provides information about the state of a room.

Since

1.6.0
  • Indicates a room is open and available for group calls.

    Since

    1.6.0

    Declaration

    Swift

    case open
  • Indicates a room is deleted.

    Since

    1.6.0

    Declaration

    Swift

    case deleted
  • Undocumented

    Declaration

    Swift

    public init(stringValue: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws