gemercheung 3 years ago
parent
commit
e674866c8e
1 changed files with 1 additions and 1 deletions
  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);