API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_Livestream_InitializeForCastingWithTurnServers Function

Initializes a cast connection with turn servers options.

Signature

void ovr_Livestream_InitializeForCastingWithTurnServers(const char *endpoint, const char *token, const char *session, int videoHeight, int videoWidth, int videoFps, int videoMaxBitrateKbps, bool enableTurnServer, bool enableTcpTurnServer, bool enableAssembleOfferWhileTrickleIce)

Parameters

endpoint: const char *
token: const char *
session: const char *
videoHeight: int
videoWidth: int
videoFps: int
videoMaxBitrateKbps: int
enableTurnServer: bool
enableTcpTurnServer: bool
enableAssembleOfferWhileTrickleIce: bool

Returns

void