宣言された場所 OTError.h

OTPublisherErrorCode

によって使用されるエラーコード値の列挙 [OTPublisherKitDelegate publisher:didFailWithError:].

定義

typedef NS_ENUM(int32_t, OTPublisherErrorCode ) {    OTPublisherSuccess = 0,    OTSessionDisconnected = 1010,    OTPublisherInternalError = 2000,    OTPublisherWebRTCError = 1610,    OTPublisherEncryptionInternalError = 6001,    EncryptionUnsupportedCodec = 6005,    OTPublisherInvalidScalabilityMode = 6006, };

定数

OTPublisherSuccess : 無視してください。内部で使用されます。

Declared In `OTError.h`.

OTSessionDisconnected : 接続が切断されたセッションに対して、公開またはキャプションの設定を試行しています。

Declared In `OTError.h`.

OTPublisherInternalError : スレッドのディスパッチ失敗、メモリ不足など。

Declared In `OTError.h`.

OTPublisherWebRTCError : WebRTCのエラーにより、パブリッシャーが失敗しました。詳細については、エラーの 説明をご確認ください。

Declared In `OTError.h`.

OTPublisherEncryptionInternalError : パケットの暗号化中に内部エラーが発生しました

Declared In `OTError.h`.

EncryptionUnsupportedCodec : 暗号化に対応していないメディアコーデック

Declared In `OTError.h`.

OTPublisherInvalidScalabilityMode : setTargetScalabilityMode:error: に渡されたスケーラビリティモード文字列が nil であるか、 サポートされている値(L1T1~L3T3)のいずれでもない。

Declared In `OTError.h`.

登録地

OTError.h