vani-meeting-client 1.8.0 → 1.8.1

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.
@@ -172,10 +172,10 @@ var CommunicationHandler = /** @class */ (function () {
172
172
  userIds = userIds + " " + userId;
173
173
  _this.addParticipantIfNotExist(participant, false);
174
174
  });
175
- var allParticiapntsToBeRemove = this.allParticipants.filter(function (participant) { return (userIds.includes(participant.userId) === false); });
176
- allParticiapntsToBeRemove.forEach(function (participant) {
177
- _this.removeParticipant(participant, true);
178
- });
175
+ // const allParticiapntsToBeRemove = this.allParticipants.filter(participant => (userIds.includes(participant.userId) === false))
176
+ // allParticiapntsToBeRemove.forEach(participant => {
177
+ // this.removeParticipant(participant, true);
178
+ // })
179
179
  this.emitMessageToSource(VaniEvent.OnAllParticipants, this.allParticipants);
180
180
  }
181
181
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",