Further work on sessions and authentication

This commit is contained in:
Håvar Aambø Fosstveit
2019-10-18 14:56:02 +02:00
parent 3495245e37
commit 4181afd1a3
5 changed files with 103 additions and 34 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ export default class RoomClient
login()
{
const url = `/auth/login?roomId=${this._roomId}&peerId=${this._peerId}`;
const url = `/auth/login?id=${this._signalingSocket.io.engine.id}`;
this._loginWindow = window.open(url, 'loginWindow');
}