Update Session.js
This commit is contained in:
parent
ceb987d4fc
commit
208911cde2
@ -81,7 +81,7 @@ class Session extends EventEmitter {
|
|||||||
this._iceServers = data.iceServers;
|
this._iceServers = data.iceServers;
|
||||||
|
|
||||||
this.socket = io(process.env.REACT_APP_BROKER_URL, {
|
this.socket = io(process.env.REACT_APP_BROKER_URL, {
|
||||||
transports: ["websocket"],
|
// transports: ["websocket"],
|
||||||
});
|
});
|
||||||
|
|
||||||
this.socket.on(
|
this.socket.on(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user