NetSyncSession
(
o
)
|
Signature
Oculus.Platform.Models.NetSyncSession.NetSyncSession(IntPtr o) Parameters o: IntPtr |
ConnectionId
: readonly long |
A long integer represents the unique ID of the Models.NetSyncConnection within which this session exists.
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 can uniquely represent this session within the 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 |
A string represents the name of the voip group that this session is subscribed to.
Signature
readonly string Oculus.Platform.Models.NetSyncSession.VoipGroup |