Skip to content

Commit 5003544

Browse files
Update breakoutrooms-web.md
1 parent 1b7742a commit 5003544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/breakoutrooms/breakoutrooms-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if(breakoutRoom.state == 'open' && !breakoutRoom.autoMoveParticipantToBreakoutRo
152152
const breakoutRoomCall = await breakoutRoom.join();
153153
}
154154
```
155-
When the user joins the breakout room, the user is automatically removed from the main meeting. Subscribe to the breakout room features from the `call` object in the callsUpdated `added` list to get the other updates of breakout rooms like breakout rooms closed or breakout rooms assignment changed events.
155+
When the user joins the breakout room, the user is automatically removed from the main meeting. Subscribe to the breakout room features from the `call` object in the `callsUpdated` event on `callAgent` to get other updates of breakout rooms like breakout rooms closed or breakout rooms assignment changed events.
156156

157157
```js
158158
callAgent.on('callsUpdated', e =>{

0 commit comments

Comments
 (0)