in src/index.js [28:37]
constructor(channelId, channelKey, socket, connection) {
super();
this._channelId = channelId;
this._channelKey = channelKey;
this._socket = socket;
this._connection = connection;
this._selfClosed = false;
this._peerClosed = false;
this._setupListeners();
}