ConnectionManager

This class provides access to RoomConnections and NetworkConnections objects. This way, you can access and use the functionality of these objects.

Members

  1. roomConnections:

    • Used to manage network connections for rooms. If _roomConnections is null, the value of this property is created the first time it is used.

  2. networkConnections:

    • Represents an object of type NetworkConnections. This object is used to manage general network connections events. If _networkConnections is null, the value of this property is created the first time it is used.

Last updated