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

OVR_NetSyncOptions.h File

The NetSyncOption configures network connections, focusing on VoIP data streams. It includes 'zone_id' for unique identifiers within the application, 'voip_stream_default' to set default VoIP stream modes , and 'voip_group' to assign a VoIP group upon connection. It can be set when create a new connection and retrieved using ovrNetSyncConnectionHandle.

Typedefs

struct ovrNetSyncOptions * ovrNetSyncOptionsHandle

Functions

Creates a new instance of ovrNetSyncOptionsHandle() which is used to customize the option flow. It returns a handle to the newly created options object, which can be used to set various properties for the options.
Destroys an existing instance of the ovrNetSyncOptionsHandle() and frees up memory when you're done using it.
If provided, immediately set the voip_group to this value upon connection and can be retrieved using ovr_NetSyncSession_GetVoipGroup()
When a new remote voip user connects, default that connection to this stream type by default. There are three modes: ovrNetSyncVoipStreamMode_Unknown(), ovrNetSyncVoipStreamMode_Ambisonic(), ovrNetSyncVoipStreamMode_Mono().
A string represents the unique identifier within the current application grouping.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon