Skip to content

Commit ee9d51a

Browse files
committed
Addressed comments
1 parent 36e93da commit ee9d51a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ spotLightFeature.maxParticipantsToSpotlight;
9494
|code| Subcode | Result Category | Reason | Resolution |
9595
|----------------------------------------------|--------|--------|---------|----------|
9696
|400 | 45900 | ExpectedError | All provided participant IDs are already spotlighted | Only participants who aren't currently spotlighted can be spotlighted |
97-
|400 | 45902 | ExpectedError | The maximum limit of pinned videos is seven | Only seven participants can be in the spotlight state at any given time |
97+
|400 | 45902 | ExpectedError | The maximum number of participants that can be spotlighted has been reached | Only seven participants can be in the spotlight state at any given time |
9898
|403 | 45903 | ExpectedError | Only participants with the roles of organizer, co-organizer, or presenter can initiate a spotlight | Ensure the participant calling the `startSpotlight` API has assigned role of organizer, co-organizer or presenter |

articles/communication-services/how-tos/calling-sdk/spotlight.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ zone_pivot_groups: acs-plat-web-ios-android-windows
1313
---
1414

1515
# Spotlight states
16-
In this article, you learn how to implement Microsoft Teams spotlight capability with Azure Communication Services Calling SDKs. This capability allows users in the call or meeting to pin and unpin videos for everyone.
16+
In this article, you learn how to implement Microsoft Teams spotlight capability with Azure Communication Services Calling SDKs. This capability allows users in the call or meeting to pin and unpin videos for everyone. The maximum limit of pinned videos is seven.
17+
1718
Since the video stream resolution of a participant is increased when spotlighted, it should be noted that the settings done on [Video Constraints](../../concepts/voice-video-calling/video-constraints.md) also apply to spotlight.
1819

1920
## Prerequisites

0 commit comments

Comments
 (0)