Further work on sessions and authentication
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user