Declared in | OTSession.h |
---|
OTSessionICEIncludeServers
Defines settings for whether to use only your custom TURN servers or to use those servers in addition to OpenTok TURN servers. Defines values for the <OTSessionSettings.iceConfig> property.
Definition
typedef NS_ENUM(int32_t, OTSessionICEIncludeServers ) {
OTSessionICEIncludeServersAll,
OTSessionICEIncludeServersCustom,
};
Constants
Declared In
OTSession.h