ConnectionManager
This class provides access to RoomConnections and NetworkConnections objects. This way, you can access and use the functionality of these objects.
Members
roomConnections:Used to manage network connections for rooms. If
_roomConnectionsis null, the value of this property is created the first time it is used.
networkConnections:Represents an object of type
NetworkConnections. This object is used to manage general network connections events. If_networkConnectionsis null, the value of this property is created the first time it is used.
Last updated