API reference

NetSyncSession Class

It represents the session of Models.NetSyncConnection that allows multiple clients to connect and communicate with each other in real-time. It provides a way to manage and facilitate real-time communication and data synchronization between multiple clients in a networked environment.

Constructors

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

Fields

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