Skip to content

Commit 6e924b9

Browse files
committed
Addressed comments
1 parent 03ea7d5 commit 6e924b9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ const togetherModeStreams = togetherModeFeature.togetherModeStream;
4444
| Together Mode Stream Properties | Description|
4545
|----------------------------------------------|--------|
4646
|id | Unique number used to identify the stream. |
47-
|mediaStreamType | Returns the stream type of together mode. The value of `mediaStreamType` is always `video`. |
48-
|isReceiving | Returns a boolean value indicating if video packets are received. |
49-
|size | Returns the size of the stream. The value indicates the quality of the stream. |
47+
|`mediaStreamType` | Returns the Together Mode stream type. The value of `mediaStreamType` is always `video`. |
48+
|`isReceiving` | Returns a Boolean value indicating if video packets are received. |
49+
|`size` | Returns the size of the stream. The value indicates the quality of the stream. |
5050

51-
### Start together mode for all participants
51+
### Start Together mode for all participants
5252
Users with role organizer, co-organizer, or presenter can start together mode for everyone in the meeting. When together mode starts, all subscribers to `togetherModeStreamsUpdated` event receive notification that allows participants to render together mode.
5353

5454
```js
@@ -86,7 +86,7 @@ togetherModeFeature.sceneSize = togetherModeContainerSize;
8686
console.log(`Current scene has the following size: ${JSON.stringify(togetherModeFeature.sceneSize )}`)
8787
```
8888

89-
### Receive events when scene or seatings is updated
89+
### Receive events when scene or seatings updates
9090
> [!NOTE]
9191
> Only Microsoft 365 users with role organizer, co-organizer and presenter can change scene or assignment of participants in the together mode. These changes can only be done from Teams Client.
9292

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: template-how-to
1313

1414

1515
# Together mode
16-
In this article, you learn how to implement Microsoft Teams together mode with Azure Communication Services Calling SDKs. This feature enhaces 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.
16+
In this article, you learn how to implement Microsoft Teams Together Mode with Azure Communication Services Calling SDKs. This feature 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)]
1919

@@ -25,18 +25,18 @@ In this article, you learn how to implement Microsoft Teams together mode with A
2525
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2626

2727
## Support
28-
The following tables define support of together mode in Azure Communication Services.
28+
The following tables define support for Together Mode in Azure Communication Services.
2929

3030
### Identities & call types
31-
The following tables show support of call and identity types.
31+
The following table shows support for call and identity types.
3232

3333
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
3434
|--------------------------------------|---------------|------|----------|------------|------------------------|--------------------------|
35-
|Communication Services user | ✔️ | | | | | ✔️ |
36-
|Microsoft 365 user | ✔️ | | | | | ✔️ |
35+
|Communication Services user | ✔️ | | | ✔️ | | ✔️ |
36+
|Microsoft 365 user | ✔️ | | | ✔️ | | ✔️ |
3737

3838
### Operations
39-
The following tables show support of individual APIs in calling SDK to individual identity types.
39+
The following table shows support for individual APIs in Calling SDK to individual identity types.
4040

4141
|Operations | Communication Services user | Microsoft 365 user |
4242
|-----------------------------|------------------------------|-------------------|
@@ -47,10 +47,10 @@ The following tables show support of individual APIs in calling SDK to individua
4747
| Change scene | | |
4848
| Change seat assignment | | |
4949

50-
[1] Start together mode can only call Microsoft 365 user with role organizer, co-organizer, or presenter.
50+
[1] Start Together Mode can only be called by a Microsoft 365 user with the role of organizer, co-organizer, or presenter.
5151

5252
### SDKs
53-
The following tables show support of feature in individual Azure Communication Services SDKs.
53+
The following table shows support of feature in individual Azure Communication Services SDKs.
5454

5555
| Platforms | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
5656
|---------------|-----|--------|--------|--------|----------|--------|---------|

0 commit comments

Comments
 (0)