vani-meeting-server 3.0.4-beta1 → 3.0.4-beta2

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.
@@ -411,6 +411,7 @@ class RedisHandler {
411
411
  return participants;
412
412
  }
413
413
  async getAllParticipants(roomId) {
414
+ return await this.getAllParticipantsFromRedis(roomId);
414
415
  let particpantsInStringify;
415
416
  try {
416
417
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-server",
3
- "version": "3.0.4beta1",
3
+ "version": "3.0.4beta2",
4
4
  "description": "Vani Meeting Server SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",