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);