Remove unused variables.

master
Håvar Aambø Fosstveit 2019-11-04 23:31:29 +01:00
parent fd1e53a895
commit 1f60222b75
1 changed files with 0 additions and 5 deletions

View File

@ -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;