API reference

NetSyncSession Class

It represents the session of com.meta.horizon.platform.ovr.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 ( ptr )
Signature
com.meta.horizon.platform.ovr.models.NetSyncSession.NetSyncSession(final long ptr)
Parameters
ptr: final long

Methods

getConnectionId ()
A long integer represents the unique ID of the com.meta.horizon.platform.ovr.models.NetSyncConnection within which this session exists.
Signature
long com.meta.horizon.platform.ovr.models.NetSyncSession.getConnectionId()
Returns
long  long
getMuted ()
True if the local session has muted this session.
Signature
boolean com.meta.horizon.platform.ovr.models.NetSyncSession.getMuted()
Returns
boolean  boolean
getSessionId ()
The cloud networking internal session ID that can uniquely represent this session within the connection.
Signature
long com.meta.horizon.platform.ovr.models.NetSyncSession.getSessionId()
Returns
long  long
getUserId ()
The ovrID of the user behind this session.
Signature
long com.meta.horizon.platform.ovr.models.NetSyncSession.getUserId()
Returns
long  long
getVoipGroup ()
A string represents the name of the voip group that this session is subscribed to.
Signature
String com.meta.horizon.platform.ovr.models.NetSyncSession.getVoipGroup()
Returns
String  String