vani-meeting-server 2.0.9 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -274,6 +274,7 @@ class EachSocketConnectionHandler extends BaseSFUWebsocket_1.BaseSFUWebsocket {
274
274
  if (this.roomIds.includes(roomId) === false) {
275
275
  this.roomIds.push(roomId);
276
276
  this.redisSubscribeToTopic(roomId);
277
+ this.redisSubscribeToTopic(Utility_1.Utility.getTopicForRoomIdAndIp(roomId, await Constant_1.default.getPublicIp()));
277
278
  }
278
279
  //Send Local Event To Close Old Socket for same User id
279
280
  const localEventData = { roomId: roomId, senderUUID: this.uuid, userId: userId };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-server",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "description": "Vani Meeting Server SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",