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
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -455,3 +455,33 @@ You can update `scalingMode` by invoking the `updateScalingMode` method:
455
455
```js
456
456
view.updateScalingMode('Crop');
457
457
```
458
+
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:
0 commit comments