gemercheung пре 3 година
родитељ
комит
e674866c8e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/controller/room/assistant.js

+ 1 - 1
src/controller/room/assistant.js

@@ -314,7 +314,7 @@ export class RoomAssistant {
         roomsPerson: AllRoomUsers,
       });
 
-      // await this.notifyUsersChange(roomId, user, true);
+      await this.notifyUsersChange(roomId, user, true);
 
     } catch (error) {
       this.room.logger.error("assistant::startCall:", error);