vani-meeting-server 2.2.6 → 2.2.7

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.
@@ -302,7 +302,6 @@ class EachSocketConnectionHandler extends BaseSFUWebsocket_1.BaseSFUWebsocket {
302
302
  let isReconnection = false;
303
303
  if (this.isReconnectionFromUrl && !checkIfOldUserExist) {
304
304
  this.redisBroadcastMessageToTopic(this.selfParticipant.userId, this.preapreClientMessageBody(true, this.selfParticipant, this.preapreWebSocketMessageBody(WebSocketBasicEvents.OnUserOnFoundWhileReconnect, { participant: this.selfParticipant })));
305
- return;
306
305
  }
307
306
  if (this.isReconnectionFromUrl || checkIfOldUserExist) {
308
307
  //send message for rejoin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-server",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "description": "Vani Meeting Server SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",