Skip to content

Commit 7bccac6

Browse files
authored
Merge pull request #284155 from cn0151/cnwankwo/pstn_conference_table_update
Included Error and user support table
2 parents 5dddf5e + 4b710c5 commit 7bccac6

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

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

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,39 @@ ms.custom: template-how-to
1313

1414

1515
# Microsoft Teams Meeting Audio Conferencing
16-
In this article, you learn how to use Azure Communication Services Calling SDK to retrieve Microsoft Teams Meeting audio conferencing details. This functionality allows users who are already connected to a Microsoft Teams Meeting to be able to get the conference ID and dial in phone number associated with the meeting. Teams audio conferencing feature returns a collection of all toll and toll-free numbers, with concomitant country names and city names, giving users control on what Teams meeting dial-in details to use.
16+
In this article, you learn how to use Azure Communication Services Calling SDK to retrieve Microsoft Teams Meeting Audio Conferencing details. This functionality allows users who are already connected to a Microsoft Teams Meeting to be able to get the conference ID and dial in phone number associated with the meeting. Teams Meeting Audio Conferencing feature returns a collection of all toll and toll-free numbers, with concomitant country names and city names, giving users control on what Teams meeting dial-in details to use.
1717

1818
## Prerequisites
1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
2121
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
2222
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2323

24+
## Support
25+
The following tables define support for Audio Conferencing in Azure Communication Services.
26+
27+
### Identities and call types
28+
The following table shows support for call and identity types.
29+
30+
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
31+
|--------------------------------------|---------------|------|----------|------------|------------------------|--------------------------|
32+
|Communication Services user | ✔️ | | | | | |
33+
|Microsoft 365 user | ✔️ | | | | | |
34+
35+
### Operations
36+
The following table shows support for individual APIs in calling SDK for individual identity types.
37+
38+
|Operations | Communication Services user | Microsoft 365 user |
39+
|-----------------------------|------------------------------|-------------------|
40+
|Get audio conferencing details | ✔️ | ✔️ |
41+
42+
### SDKs
43+
The following table shows support for the Audio Conferencing feature in individual Azure Communication Services SDKs.
44+
45+
| Platforms | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
46+
|---------------|-----|--------|--------|--------|----------|--------|---------|
47+
|Is Supported | ✔️ | | | | | | |
48+
2449
[!INCLUDE [Audio Conferencing Client-side JavaScript](./includes/audio-conferencing/audio-conferencing-web.md)]
2550

2651
## Next steps

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,10 @@ try {
4242
console.error(e);
4343
}
4444
```
45+
## Troubleshooting
46+
| Code | Subcode | Result Category | Reason | Resolution |
47+
|----------------------------------------------|--------|--------|---------|----------|
48+
|400 | 45950 | ExpectedError | Audio conferencing feature is available only in Teams meetings | Join Teams meeting with configured Audio conferencing |
49+
|405 | 45951 | ExpectedError | ACS service disabled audio conferencing | Create Azure Support ticket to request assistance |
50+
|403 | 45952 | ExpectedError | Audio conferencing details aren't 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 |
51+
|403 | 45953 | ExpectedError | Audio conferencing details aren't 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)