vani-meeting-server 1.6.3 → 1.6.4

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.
@@ -186,7 +186,7 @@ class EachSocketConnectionHandler extends BaseSFUWebsocket_1.BaseSFUWebsocket {
186
186
  }
187
187
  else if (paylod.type === WebSocketBasicEvents.GetOldMessages) {
188
188
  const messages = await RedisHandler_1.RedisHandler.getInstance().fetchMessagesForRoom(this.selfParticipant?.roomId);
189
- console.log(messages);
189
+ console.log("GetOldMessages", messages);
190
190
  this.redisBroadcastMessageToTopic(this.selfParticipant?.userId, this.preapreClientMessageBody(true, this.selfParticipant, this.preapreWebSocketMessageBody(WebSocketBasicEvents.OnOldMessages, messages)));
191
191
  }
192
192
  else if (paylod.type === WebSocketBasicEvents.OnStartMeetingCalled) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-server",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "Vani Meeting Server SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",