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