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