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

NetSyncSession Class

Constructors

NetSyncSession ( o )
Signature
Oculus.Platform.Models.NetSyncSession.NetSyncSession(IntPtr o)
Parameters
o: IntPtr

Fields

ConnectionId : readonly long
Which connection this session exists within.
Signature
readonly long Oculus.Platform.Models.NetSyncSession.ConnectionId
Muted : readonly bool
True if the local session has muted this session.
Signature
readonly bool Oculus.Platform.Models.NetSyncSession.Muted
SessionId : readonly UInt64
The cloud networking internal session ID that represents this connection.
Signature
readonly UInt64 Oculus.Platform.Models.NetSyncSession.SessionId
UserId : readonly UInt64
The ovrID of the user behind this session.
Signature
readonly UInt64 Oculus.Platform.Models.NetSyncSession.UserId
VoipGroup : readonly string
The name of the voip group that this session is subscribed to.
Signature
readonly string Oculus.Platform.Models.NetSyncSession.VoipGroup