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,
         roomsPerson: AllRoomUsers,
       });
       });
 
 
-      // await this.notifyUsersChange(roomId, user, true);
+      await this.notifyUsersChange(roomId, user, true);
 
 
     } catch (error) {
     } catch (error) {
       this.room.logger.error("assistant::startCall:", error);
       this.room.logger.error("assistant::startCall:", error);