struct ovrNetSyncSession * |
long long | ovr_NetSyncSession_GetConnectionId ( const ovrNetSyncSessionHandle obj ) Which connection this session exists within. |
bool | ovr_NetSyncSession_GetMuted ( const ovrNetSyncSessionHandle obj ) True if the local session has muted this session. |
ovr_NetSyncSession_GetSessionId ( const ovrNetSyncSessionHandle obj ) The cloud networking internal session ID that represents this connection. | |
ovr_NetSyncSession_GetUserId ( const ovrNetSyncSessionHandle obj ) The ovrID of the user behind this session. | |
const char * | ovr_NetSyncSession_GetVoipGroup ( const ovrNetSyncSessionHandle obj ) The name of the voip group that this session is subscribed to. |
| typedef struct ovrNetSyncSession* ovrNetSyncSessionHandle ( ) |
|---|
No description available.
|
| long long ovr_NetSyncSession_GetConnectionId ( const ovrNetSyncSessionHandle obj ) |
|---|
Which connection this session exists within. |
| bool ovr_NetSyncSession_GetMuted ( const ovrNetSyncSessionHandle obj ) |
|---|
True if the local session has muted this session. |
| ovrID ovr_NetSyncSession_GetSessionId ( const ovrNetSyncSessionHandle obj ) |
|---|
The cloud networking internal session ID that represents this connection. |
| ovrID ovr_NetSyncSession_GetUserId ( const ovrNetSyncSessionHandle obj ) |
|---|
The ovrID of the user behind this session. |
| const char* ovr_NetSyncSession_GetVoipGroup ( const ovrNetSyncSessionHandle obj ) |
|---|
The name of the voip group that this session is subscribed to. |