Revert change for now, ref #249

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-08 00:11:39 +02:00
parent a066a5df2f
commit 837aa1ace2
1 changed files with 1 additions and 1 deletions

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);