Skip to content

Commit adff4cc

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

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
@@ -192,7 +192,7 @@ const breakoutRoomsUpdatedListener = (event) => {
192192
}
193193
}
194194

195-
if(assignedRoom.threadId != breakoutRoom.threadId)
195+
if(assignedRoom.threadId != breakoutRoom.threadId && breakoutRooms != null)
196196
{
197197
await breakoutRoom.hangUp();
198198
}

0 commit comments

Comments
 (0)