vani-meeting-server 1.2.9 → 1.3.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.
@@ -286,7 +286,7 @@ class EachSocketConnectionHandler extends BaseSFUWebsocket_1.BaseSFUWebsocket {
286
286
  if (meetingStartTime === undefined) {
287
287
  const meetingTime = new Date().getTime();
288
288
  RedisHandler_1.RedisHandler.getInstance().storeMeetingTimeForRoom(this.selfParticipant.roomId, meetingTime);
289
- this.sendVaniEvent(Event_1.VaniEvent.OnNewMeetingStarted, { roomId: this.selfParticipant.roomId });
289
+ this.sendVaniEvent(Event_1.VaniEvent.OnNewMeetingStarted, this.selfParticipant.roomId);
290
290
  return meetingTime;
291
291
  }
292
292
  return meetingStartTime;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-server",
3
- "version": "1.2.9",
3
+ "version": "1.3.0",
4
4
  "description": "Vani Meeting Server SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",