宣言された場所 OTSession.h

OTSessionICEIncludeServers

カスタム TURN サーバーのみを使用するか、それとも OpenTok TURN サーバーに加えてそれらのサーバーも使用するかを設定します。 <OTSessionSettings.iceConfig> プロパティの値を定義します。

定義

typedef NS_ENUM(int32_t, OTSessionICEIncludeServers ) {    OTSessionICEIncludeServersAll,    OTSessionICEIncludeServersCustom, };

定数

OTSessionICEIncludeServersAll : Vonage Video APIのTURNサーバーと、(追加されている場合は) カスタムTURNサーバーの両方を使用します。

Declared In `OTSession.h`.

OTSessionICEIncludeServersCustom : カスタムTURNサーバーのみを使用してください。

Declared In `OTSession.h`.

登録地

OTSession.h