Skip to content

Commit f90a5af

Browse files
authored
Update spotlight-web.md
1 parent 120e3a7 commit f90a5af

File tree

1 file changed

+3
-2
lines changed
  • articles/communication-services/how-tos/calling-sdk/includes/spotlight

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@ spotLightFeature.maxParticipantsToSpotlight;
113113
## Troubleshooting
114114
|code| Subcode | Result Category | Reason | Resolution |
115115
|----------------------------------------------|--------|--------|---------|----------|
116-
|403 | 46304 | ExpectedError | Together mode was started in an unsupported calling scenario | Ensure together mode is started only in group call or meeting scenarios |
117-
|403 | 46306 | ExpectedError | Together mode start API was called by a nonmicrosft M365 user | Ensure a Microsoft M365 User starts together mode.|
116+
|400 | 45900 | ExpectedError | All provided participant IDs are already spotlighted | Only participants who are not currently spotlighted can be spotlighted |
117+
|400 | 45902 | ExpectedError | The maximum number of spotlighted participants has been reached | Only seven participants can be in the spotlight state at any given time |
118+
|403 | 45903 | ExpectedError | Only participants with the roles of organizer, coorganizer, or presenter can initiate a spotlight. | nsure that the participant invoking the `startSpotlight` API holds the role of organizer, co-organizer, or presenter |

0 commit comments

Comments
 (0)