Update Session.js

This commit is contained in:
Mitchell McCaffrey 2020-11-27 19:11:38 +11:00
parent ceb987d4fc
commit 208911cde2

View File

@ -81,7 +81,7 @@ class Session extends EventEmitter {
this._iceServers = data.iceServers;
this.socket = io(process.env.REACT_APP_BROKER_URL, {
transports: ["websocket"],
// transports: ["websocket"],
});
this.socket.on(