Skip to content

Commit 120e3a7

Browse files
committed
Error table
1 parent 150b53c commit 120e3a7

File tree

1 file changed

+7
-1
lines changed
  • articles/communication-services/how-tos/calling-sdk/includes/spotlight

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,10 @@ let spotlightedParticipants = spotLightFeature.getSpotlightedParticipants();
108108
The following API can be used to get the maximum number of participants that can be spotlighted using the Calling SDK
109109
```js
110110
spotLightFeature.maxParticipantsToSpotlight;
111-
```
111+
```
112+
113+
## Troubleshooting
114+
|code| Subcode | Result Category | Reason | Resolution |
115+
|----------------------------------------------|--------|--------|---------|----------|
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.|

0 commit comments

Comments
 (0)