Skip to content

Commit 631b1a3

Browse files
authored
Merge pull request #146014 from mikben/master
interop placement
2 parents 3e8eca6 + 4bdd26e commit 631b1a3

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

.openpublishing.redirection.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13116,11 +13116,11 @@
1311613116
"redirect_url": "/azure/azure-vmware/vrealize-operations-for-azure-vmware-solution",
1311713117
"redirect_document_id": false
1311813118
},
13119-
    {
13120-
      "source_path_from_root": "/articles/virtual-machines/workloads/sap/baremetal-infrastructure-portal.md",
13121-
      "redirect_url": "/azure/baremetal-infrastructure/workloads/sap/baremetal-infrastructure-portal",
13122-
      "redirect_document_id": false
13123-
    },
13119+
{
13120+
"source_path_from_root": "/articles/virtual-machines/workloads/sap/baremetal-infrastructure-portal.md",
13121+
"redirect_url": "/azure/baremetal-infrastructure/workloads/sap/baremetal-infrastructure-portal",
13122+
"redirect_document_id": false
13123+
},
1312413124
{
1312513125
"source_path_from_root": "/articles/backup/backup-azure-files.md",
1312613126
"redirect_url": "/azure/backup/backup-afs",
@@ -61692,6 +61692,11 @@
6169261692
"source_path": "articles/service-fabric/upgrade-managed-disks.md",
6169361693
"redirect_url": "/azure/service-fabric/service-fabric-scale-up-primary-node-type",
6169461694
"redirect_document_id": false
61695+
},
61696+
{
61697+
"source_path_from_root": "/articles/communication-services/concepts/voice-video-calling/teams-interop.md",
61698+
"redirect_url": "/azure/communication-services/concepts/teams-interop",
61699+
"redirect_document_id": false
6169561700
}
6169661701
]
61697-
}
61702+
}

articles/communication-services/concepts/voice-video-calling/teams-interop.md renamed to articles/communication-services/concepts/teams-interop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: azure-communication-services
1414

1515
# Teams interoperability
1616

17-
[!INCLUDE [Private Preview Notice](../../includes/private-preview-include.md)]
17+
[!INCLUDE [Private Preview Notice](../includes/private-preview-include.md)]
1818

1919
Azure Communication Services can be used to build custom meeting experiences that interact with Microsoft Teams. Users of your Communication Services solution(s) can interact with Teams participants over voice, video, and screen sharing.
2020

@@ -27,7 +27,7 @@ This interoperability allows you to create custom Azure applications that connec
2727

2828
The high-level architecture for this use-case looks like this:
2929

30-
![Architecture for Teams interop](..//media/call-flows/teams-interop.png)
30+
![Architecture for Teams interop](./media/call-flows/teams-interop.png)
3131

3232
While certain Teams meeting features such as raised hand, together mode, and breakout rooms will only be available for Teams users, your custom application will have access to the meeting's core audio, video, and screen sharing capabilities.
3333

@@ -41,4 +41,4 @@ Azure Communication Services interoperability is not allowed to Teams deployment
4141
## Next steps
4242

4343
> [!div class="nextstepaction"]
44-
> [Join your calling app to a Teams meeting](../../quickstarts/voice-video-calling/get-started-teams-interop.md)
44+
> [Join your calling app to a Teams meeting](../quickstarts/voice-video-calling/get-started-teams-interop.md)

articles/communication-services/concepts/ui-framework/ui-sdk-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Understanding these requirements will help you choose the right client library:
4343

4444
Details about feature availability in the varied [UI SDKs is available here](ui-sdk-features.md), but key trade-offs are summarized below.
4545

46-
|Client library / SDK|Implementation Complexity| Customization Ability| Calling| Chat| [Teams Interop](./../voice-video-calling/teams-interop.md)
46+
|Client library / SDK|Implementation Complexity| Customization Ability| Calling| Chat| [Teams Interop](./../teams-interop.md)
4747
|---|---|---|---|---|---|---|
4848
|Composite Components|Low|Low|✔|✔|✕
4949
|Base Components|Medium|Medium|✔|✔|✕

articles/communication-services/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
- name: Concepts
5959
expanded: false
6060
items:
61+
- name: Teams interoperability
62+
href: concepts/teams-interop.md
6163
- name: Chat
6264
items:
6365
- name: Chat client library overview
@@ -78,8 +80,6 @@
7880
href: concepts/voice-video-calling/calling-sdk-features.md
7981
- name: Voice and video concepts
8082
href: concepts/voice-video-calling/about-call-types.md
81-
- name: Teams interoperability
82-
href: concepts/voice-video-calling/teams-interop.md
8383
- name: UI Framework
8484
items:
8585
- name: UI Framework overview

0 commit comments

Comments
 (0)