You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/audio-conferencing.md
+22-16Lines changed: 22 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Teams Meeting Audio Conferencing
3
3
titleSuffix: An Azure Communication Services how-to guide
4
-
description: Use Azure Communication Services SDKs to retrieve Teams Meeting Audio Conferencing Details
4
+
description: Use Azure Communication Services SDKs to retrieve Microsoft Teams Meeting Audio Conferencing Details.
5
5
author: cnwankwo
6
6
ms.author: cnwankwo
7
7
ms.service: azure-communication-services
@@ -11,44 +11,50 @@ ms.date: 09/28/2023
11
11
ms.custom: template-how-to
12
12
---
13
13
14
-
15
14
# 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 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.
15
+
16
+
This article describes how to use Azure Communication Services Calling SDK to retrieve Microsoft Teams Meeting Audio Conferencing details. This function enables 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. The Teams Meeting Audio Conferencing feature returns a collection of all toll and toll-free numbers. The collection includes concomitant country names and city names, giving users control of which Teams meeting dial-in details to use.
17
17
18
18
## Prerequisites
19
+
19
20
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20
21
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
21
-
- A user access token to enable the calling client. For more information, see[Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
22
-
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
22
+
- A user access token to enable the calling client. For more information.[Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
23
+
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md).
23
24
24
25
## Support
25
-
The following tables define support for Audio Conferencing in Azure Communication Services.
26
+
27
+
This section describes support for Audio Conferencing in Azure Communication Services.
26
28
27
29
### Identities and call types
30
+
28
31
The following table shows support for call and identity types.
29
32
30
-
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
TeamsMeetingAudioConferencing is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:
10
+
Microsoft Teams Meeting Audio Conferencing is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:
|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 |
51
+
|---|---|---|---|---|
52
+
|400| 45950 | ExpectedError | Audio conferencing feature is available only in Teams meetings | Join Teams meeting with configured Audio conferencing |
53
+
|405 | 45951| ExpectedError | ACS service disabled audio conferencing | Create Azure Support ticket to request assistance |
54
+
|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 |
55
+
|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