CallRoom - antilandjs/antiland.js GitHub Wiki

The base structure for call rooms.

extends BaseStructure

Properties

.participants : Map<string, User>

A list of participants in the call.

Methods

.createConnection() : WebSocket

Create a connection to the call.