Enumerations

The following enumerations are available globally.

  • チャンネルの状態

    See more

    Declaration

    Objective-C

    enum SKWChannelState : NSUInteger {}

    Swift

    enum ChannelState : UInt, @unchecked Sendable
  • エラーコード

    See more

    Declaration

    Objective-C

    enum SKWErrorCode : NSUInteger {}

    Swift

    enum SKWErrorCode : UInt, @unchecked Sendable
  • メンバーステート

    See more

    Declaration

    Objective-C

    enum SKWMemberState : NSUInteger {}

    Swift

    enum MemberState : UInt, @unchecked Sendable
  • Publicationの状態

    See more

    Declaration

    Objective-C

    enum SKWPublicationState : NSUInteger {}

    Swift

    enum PublicationState : UInt, @unchecked Sendable
  • Subscriptionの状態

    See more

    Declaration

    Objective-C

    enum SKWSubscriptionState : NSUInteger {}

    Swift

    enum SubscriptionState : UInt, @unchecked Sendable
  • ログのレベル一覧

    See more

    Declaration

    Objective-C

    enum SKWLogLevel : NSUInteger {}

    Swift

    enum LogLevel : UInt, @unchecked Sendable
  • サイド

    See more

    Declaration

    Objective-C

    enum SKWSide : NSUInteger {}

    Swift

    enum Side : UInt, @unchecked Sendable
  • メンバータイプ

    See more

    Declaration

    Objective-C

    enum SKWMemberType : NSUInteger {}

    Swift

    enum MemberType : UInt, @unchecked Sendable
  • コンテントタイプ

    See more

    Declaration

    Objective-C

    enum SKWContentType : NSUInteger {}

    Swift

    enum ContentType : UInt, @unchecked Sendable
  • ルームタイプ

    See more

    Declaration

    Objective-C

    enum SKWRoomType : NSUInteger {}

    Swift

    enum RoomType : UInt, @unchecked Sendable
  • ルームステート

    See more

    Declaration

    Objective-C

    enum SKWRoomState : NSUInteger {}

    Swift

    enum RoomState : UInt, @unchecked Sendable
  • TURNサーバに関するポリシー

    TURNについてはこちらをご覧ください。

    https://skyway.ntt.com/ja/docs/user-guide/turn/

    See more

    Declaration

    Objective-C

    enum SKWTurnPolicy : NSUInteger {}

    Swift

    enum TurnPolicy : UInt, @unchecked Sendable
  • 接続状態

    See more

    Declaration

    Objective-C

    enum SKWConnectionState : NSUInteger {}

    Swift

    enum ConnectionState : UInt, @unchecked Sendable