MetaPlatformSDK_NetSyncSession

Inherits: RefCounted

Represents a net sync session.

Description

Represents a net sync session.

Properties

int

connection_id

0

bool

muted

false

int

session_id

0

int

user_id

0

String

voip_group

""


Property Descriptions

int connection_id = 0

  • int get_connection_id ( )

Which connection this session exists within.


bool muted = false

  • bool get_muted ( )

True if the local session has muted this session.


int session_id = 0

  • int get_session_id ( )

The cloud networking internal session ID that represents this connection.


int user_id = 0

  • int get_user_id ( )

The ID of the user behind this session.


String voip_group = ""

  • String get_voip_group ( )

The name of the VoIP group that this session is subscribed to.