Skip to content

Commit fa3c1d1

Browse files
Update articles/communication-services/how-tos/calling-sdk/includes/breakoutrooms/breakoutrooms-web.md
Co-authored-by: tomaschladek <[email protected]>
1 parent acfb591 commit fa3c1d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ callAgent.on('callsUpdated', e =>{
180180
e.added.foreach((call) => {
181181
if(call.id == mainMeetingCall.id){
182182
call.feature(SDK.Features.BreakoutRooms).on('breakoutRoomsUpdated', breakoutRoomsUpdatedListener);
183+
// subscribe to other events for breakout room call
183184
}
184185
}
185186
});

0 commit comments

Comments
 (0)