Skip to content

Commit 0e4ce37

Browse files
authored
Update audio-conferencing-web.md
1 parent bf7248b commit 0e4ce37

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ try {
5151
## Troubleshooting
5252
|code| Subcode | Result Category | Reason | Resolution |
5353
|----------------------------------------------|--------|--------|---------|----------|
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 |
54+
|400 | 45950 | ExpectedError | Audio conferencing feature is available only in meetings | Audio conferencing details can only be retrieved in meeting scenario |
55+
|405 | 45951 | ExpectedError | Audio conferencing is disabled by ACS service | Contact ACS service support for assistance and guidance |
56+
|403 | 45952 | ExpectedError | Audio conferencing details are not available before joining the meeting | Ensure that the call object is in the `connected` state before invoking the API to retrieve the audio conferencing details |
57+
|403 | 45953 | ExpectedError | Audio conferencing details are not available in lobby | Ensure that the call object is in the `connected` state before invoking the API to retrieve the audio conferencing details |

0 commit comments

Comments
 (0)