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 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. |
50
50
51
-
### Start together mode for all participants
51
+
### Start Together mode for all participants
52
52
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.
console.log(`Current scene has the following size: ${JSON.stringify(togetherModeFeature.sceneSize )}`)
87
87
```
88
88
89
-
### Receive events when scene or seatings is updated
89
+
### Receive events when scene or seatings updates
90
90
> [!NOTE]
91
91
> 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.
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/together-mode.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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 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.
0 commit comments