Skip to content

Commit 265a7ce

Browse files
authored
Update manage-video-web.md
1 parent a9554cf commit 265a7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ view.updateScalingMode('Crop');
461461
- Currently, only one camera stream is supported to be sent per Call Client.
462462
- So to acheive sending video streams from two different cameras from a single desktop browser tab/app, in the same call, you can use the following code snippet:
463463
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
464-
This is supported as part of version 1.17.1-beta.1+.
464+
This is supported as part of version 1.17.1-beta.1+ on desktop.
465465
```js
466466
// Create your first CallAgent with identity A
467467
const callClient1 = new CallClient();

0 commit comments

Comments
 (0)