Remove unused variables.
parent
fd1e53a895
commit
1f60222b75
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue