API reference

OVR_NetSyncOptions.h File

Typedefs

struct ovrNetSyncOptions * ovrNetSyncOptionsHandle

Functions

ovrNetSyncOptionsHandle ovr_NetSyncOptions_Create ( )
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.
void ovr_NetSyncOptions_Destroy
Destroys an existing instance of the ovrNetSyncOptionsHandle() and frees up memory when you're done using it.
void ovr_NetSyncOptions_SetVoipGroup
const char * value )
If provided, immediately set the voip_group to this value upon connection.
void ovr_NetSyncOptions_SetVoipStreamDefault
When a new remote voip user connects, default that connection to this stream type by default.
void ovr_NetSyncOptions_SetZoneId
const char * value )
Unique identifier within the current application grouping.