Revert change for now, ref #249

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-08 00:11:39 +02:00
parent a066a5df2f
commit 837aa1ace2
+1 -1
View File
@@ -1723,7 +1723,7 @@ export default class RoomClient
this._screenSharing = ScreenShare.create(this._device);
this._signalingSocket = io(this._signalingUrl, { path: this._basePath });
this._signalingSocket = io(this._signalingUrl);
this._spotlights = new Spotlights(this._maxSpotlights, this._signalingSocket);