Skip to content

Commit bf7248b

Browse files
committed
Included Error and user support table
1 parent 150b53c commit bf7248b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ ms.date: 09/28/2023
66
---
77
[!INCLUDE [Install SDK](../install-sdk/install-sdk-web.md)]
88

9+
**For meeting scenario the following API can be called by Microsoft 365 or Communication Services users with the following role**
10+
11+
|APIs| Organizer | Co-Organizer | Presenter | Attendee |
12+
|----------------------------------------------|--------|--------|--------|--------|
13+
| getTeamsMeetingAudioConferencingDetails | ✔️ | ✔️ | ✔️ | ✔️ |
14+
915
TeamsMeetingAudioConferencing is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:
1016

1117
```js
@@ -42,3 +48,9 @@ try {
4248
console.error(e);
4349
}
4450
```
51+
## Troubleshooting
52+
|code| Subcode | Result Category | Reason | Resolution |
53+
|----------------------------------------------|--------|--------|---------|----------|
54+
|400 | 45900 | ExpectedError | All provided participant IDs are already spotlighted | Only participants who are not currently spotlighted can be spotlighted |
55+
|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 |
56+
|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)