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