Skip to content

Commit 3713800

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 79c6c3f commit 3713800

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 stream type of together mode. The value of `mediaStreamType` is always `video`. |
4848
|isReceiving | Returns a boolean value indicating if video packets are received. |
49-
|size | The stream size. The higher the stream size, the better the video quality. |
49+
|size | Returns the size of the stream. The value indicates the quality of the stream. |
5050

5151
### 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.

0 commit comments

Comments
 (0)