RoomState

@objc
public enum RoomState : Int

ルームの状態

  • オープン状態

    アクティブでRoomおよび、Roomで管理しているリソースが有効です

    Declaration

    Swift

    case opened
  • クローズ状態

    非アクティブでRoomおよびRoomで管理しているリソースが無効です

    この状態の時、Roomオブジェクトは利用できません

    Declaration

    Swift

    case closed