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
|`id`| Unique number used to identify 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 Together Mode `StreamSize` with information about the width and height of the stream in pixels. |
44
+
| Together Mode Stream Properties | Description|
45
+
|---|---|
46
+
|`id`| Unique number used to identify 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 Together Mode `StreamSize` with information about the width and height of the stream in pixels. |
50
50
51
51
### Start Together Mode for all participants
52
-
Microsoft 365 users with role organizer, co-organizer, or presenter can start Together Mode for everyone in the meeting. When Together Mode starts, all subscribers to the `togetherModeStreamsUpdated` event receive notification that enables participants to render together mode.
52
+
Microsoft 365 users with role organizer, co-organizer, or presenter can start Together Mode for everyone in the meeting. When Together Mode starts, all subscribers to the `togetherModeStreamsUpdated` event receive notification that enables participants to render Together Mode.
53
53
54
54
```js
55
55
togetherModeFeature.start();
56
56
```
57
57
### End Together Mode
58
-
Together Mode will automatically terminate for all participants if no video stream is detected from any participant for a duration of one minute. There's no API to end Together Mode.
58
+
Together Mode automatically terminates for all participants if no video stream is detected from any participant for a duration of one minute. There's no API to end Together Mode.
59
59
60
60
### Get coordinates of participants in Together Mode
61
61
The property `togetherModeSeatingMap` provides coordinates for individual participants in the stream. Developers can use these coordinates to overlay participant info such as display name or visual features like spotlight, hand raised, and reactions on the stream.
@@ -88,9 +88,9 @@ console.log(`Current scene has the following size: ${JSON.stringify(togetherMode
88
88
89
89
### Receive events when scene or seatings updates
90
90
> [!NOTE]
91
-
> Only Microsoft 365 users with role organizer, co-organizer and presenter can change scene or assignment of participants in Together Mode. These changes can only be made from the Teams Client.
91
+
> Only Microsoft 365 users with role organizer, co-organizer, or presenter can change scene or assignment of participants in Together Mode. These changes can only be made from the Teams Client.
92
92
93
-
If there's a scene change or seating, the `togetherModeSceneUpdated` or `togetherModeSeatingUpdated` events are raised respectively, providing an updated calculation of the participants’ seating positions.
93
+
If there's a scene change or seating change, the `togetherModeSceneUpdated` or `togetherModeSeatingUpdated` events are raised respectively, providing an updated calculation of the participant seating positions.
|403| 46303 | ExpectedError | The participant’s role doesn’t have the necessary permissions to call the `togetherMode` start API. | Only Microsoft 365 users with role organizer, co-organizer and presenter can start Together Mode. You can check the role of a user via 'role' property on instance of `Call` class. |
110
-
|403| 46304 | ExpectedError | Together Mode started in an unsupported calling scenario. | Ensure Together Mode is started only in group call or meeting scenarios. |
111
-
|403 | 46306| ExpectedError | Together Mode `start` API called by an Azure Communication Services user. | Only Microsoft 365 users with role organizer, co-organizer and presenter can start together mode. |
109
+
|403| 46303 | ExpectedError | The participant’s role doesn’t have the necessary permissions to call the `togetherMode` start API. | Only Microsoft 365 users with role organizer, co-organizer, or presenter can start Together Mode. You can check the role of a user via `role` property on instance of `Call` class. |
110
+
|403| 46304 | ExpectedError | Together Mode started in an unsupported calling scenario. | Ensure Together Mode is started only in group call or meeting scenarios. |
111
+
|403 | 46306| ExpectedError | Together Mode `start` API called by an Azure Communication Services user. | Only Microsoft 365 users with role organizer, co-organizer, or presenter can start Together Mode. |
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/together-mode.md
+5-6Lines changed: 5 additions & 6 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: Together Mode
3
3
titleSuffix: An Azure Communication Services how-to guide
4
-
description: Make your Microsoft Teams virtual meetings feel more personal with Teams together mode.
4
+
description: Make your Microsoft Teams virtual meetings feel more personal with Teams Together Mode.
5
5
author: cnwankwo
6
6
ms.author: cnwankwo
7
7
ms.service: azure-communication-services
@@ -13,7 +13,7 @@ ms.custom: template-how-to
13
13
14
14
15
15
# Together Mode
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.
16
+
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.
0 commit comments