Remove unused variables.
This commit is contained in:
@@ -100,9 +100,6 @@ export default class RoomClient
|
|||||||
|
|
||||||
this._signalingUrl = getSignalingUrl(peerId, roomId);
|
this._signalingUrl = getSignalingUrl(peerId, roomId);
|
||||||
|
|
||||||
// window element to external login site
|
|
||||||
this._loginWindow = null;
|
|
||||||
|
|
||||||
// Closed flag.
|
// Closed flag.
|
||||||
this._closed = false;
|
this._closed = false;
|
||||||
|
|
||||||
@@ -141,8 +138,6 @@ export default class RoomClient
|
|||||||
// @type {mediasoupClient.Device}
|
// @type {mediasoupClient.Device}
|
||||||
this._mediasoupDevice = null;
|
this._mediasoupDevice = null;
|
||||||
|
|
||||||
this._doneJoining = false;
|
|
||||||
|
|
||||||
// Our WebTorrent client
|
// Our WebTorrent client
|
||||||
this._webTorrent = null;
|
this._webTorrent = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user