Skip to content

Commit c23e8c8

Browse files
committed
Minor edits
As requested by PM
1 parent 6d9e41e commit c23e8c8

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

articles/communication-services/how-tos/calling-sdk/includes/together-mode/together-mode-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: cnwankwo
1010

1111

1212

13-
Together Mode is an extended feature of the core Call API. You first need to import calling Features from the Calling SDK:
13+
Together Mode is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:
1414

1515
```js
1616
import { Features} from "@azure/communication-calling";

articles/communication-services/how-tos/calling-sdk/together-mode.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ms.date: 07/17/2024
1111
ms.custom: template-how-to
1212
---
1313

14-
1514
# Together Mode
15+
1616
This article describes how to implement Microsoft Teams Together Mode with Azure Communication Services Calling SDKs. Together Mode enhances virtual meetings and calls, making them feel more personal. By creating a unified view that places everyone in a shared background, participants can connect seamlessly and collaborate effectively.
1717

1818
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
@@ -30,16 +30,17 @@ The following tables define support for Together Mode in Azure Communication Ser
3030
### Identities and call types
3131
The following table shows support for call and identity types.
3232

33-
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
34-
|--------------------------------------|---------------|------|----------|------------|------------------------|--------------------------|
33+
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
34+
| --- | --- | --- | --- | --- | --- | --- |
3535
|Communication Services user | ✔️ | | | ✔️ | | ✔️ |
3636
|Microsoft 365 user | ✔️ | | | ✔️ | | ✔️ |
3737

3838
### Operations
39+
3940
The following table shows support for individual APIs in Calling SDK to individual identity types.
4041

41-
|Operations | Communication Services user | Microsoft 365 user |
42-
|-----------------------------|------------------------------|-------------------|
42+
|Operations | Communication Services user | Microsoft 365 user |
43+
| --- | --- | --- |
4344
| Start Together Mode stream | | ✔️ [1] |
4445
| Get Together Mode stream | ✔️ | ✔️ |
4546
| Get scene size | ✔️ | ✔️ |
@@ -50,10 +51,11 @@ The following table shows support for individual APIs in Calling SDK to individu
5051
[1] Start Together Mode can only be called by a Microsoft 365 user with the role of organizer, co-organizer, or presenter.
5152

5253
### SDKs
54+
5355
The following table shows support for Together Mode feature in individual Azure Communication Services SDKs.
5456

5557
| Platforms | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
56-
|---------------|-----|--------|--------|--------|----------|--------|---------|
58+
| --- | --- | --- | --- | --- | --- | --- | --- |
5759
| Is Supported | ✔️ | | | | | | |
5860

5961

0 commit comments

Comments
 (0)