Skip to content

Commit 189f122

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,10 +456,8 @@ You can update `scalingMode` by invoking the `updateScalingMode` method:
456456
view.updateScalingMode('Crop');
457457
```
458458

459-
## Limitations
460-
### Only one camera video stream can be sent per Call Client
461-
- Currently, only one camera stream is supported to be sent per Call Client.
462-
- 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:
459+
## Send video streams from different cameras from the same desktop device.
460+
- You can send video streams from two different cameras from a single desktop browser tab/app, in the same call, with the following code snippet:
463461
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
464462
This is supported as part of version 1.17.1-beta.1+ on desktop.
465463
```js

0 commit comments

Comments
 (0)