diff --git a/app/src/RoomClient.js b/app/src/RoomClient.js index 01dcc72..0938311 100644 --- a/app/src/RoomClient.js +++ b/app/src/RoomClient.js @@ -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;