Platform v63 Reference Guide
Platform v63 Reference Guide
Select your platform
No SDKs available
No versions available

OVR_NetSyncSession.h File

Overview

Typedefs

struct ovrNetSyncSession *

Functions

long long
Which connection this session exists within.
bool
True if the local session has muted this session.
The cloud networking internal session ID that represents this connection.
The ovrID of the user behind this session.
const char *
The name of the voip group that this session is subscribed to.

Details

Typedefs

typedef struct ovrNetSyncSession* ovrNetSyncSessionHandle ( )
No description available.

Functions

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.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon