Skip to content

Commit 7b3f1a8

Browse files
cn0151tomaschladek
andauthored
Update articles/communication-services/how-tos/calling-sdk/includes/together-mode/together-mode-web.md
Co-authored-by: tomaschladek <[email protected]>
1 parent a68c82c commit 7b3f1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -46,7 +46,7 @@ const togetherModeStreams = togetherModeFeature.togetherModeStream;
4646
|`id` | Unique number used to identify the stream. |
4747
|`mediaStreamType` | Returns the Together Mode stream type. The value of `mediaStreamType` is always `video`. |
4848
|`isReceiving` | Returns a Boolean value indicating if video packets are received. |
49-
|`size` | Returns the Together Mode stream size with information about the width and height of the stream in pixels. |
49+
|`size` | Returns the Together Mode `StreamSize` with information about the width and height of the stream in pixels. |
5050

5151
### Start Together Mode for all participants
5252
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.

0 commit comments

Comments
 (0)