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

NetSyncOptions Class

Constructors

NetSyncOptions ()
Signature
Oculus.Platform.NetSyncOptions.NetSyncOptions()

Methods

SetVoipGroup ( value )
If provided, immediately set the voip_group to this value upon connection.
Signature
void Oculus.Platform.NetSyncOptions.SetVoipGroup(string value)
Parameters
value: string
Returns
void
SetVoipStreamDefault ( value )
When a new remote voip user connects, default that connection to this stream type by default.
Signature
void Oculus.Platform.NetSyncOptions.SetVoipStreamDefault(NetSyncVoipStreamMode value)
Parameters
Returns
void
SetZoneId ( value )
Unique identifier within the current application grouping.
Signature
void Oculus.Platform.NetSyncOptions.SetZoneId(string value)
Parameters
value: string
Returns
void

Static Methods

operator IntPtr ( options )
For passing to native C.
Signature
static Oculus.Platform.NetSyncOptions.operator IntPtr(NetSyncOptions options)
Parameters