Skip to content

Commit 2d69975

Browse files
authored
Update manage-video-web.md
1 parent 189f122 commit 2d69975

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

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:
459+
## Send video streams from two different cameras, in the same call from the same desktop device.
461460
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
462461
This is supported as part of version 1.17.1-beta.1+ on desktop.
462+
- 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:
463463
```js
464464
// Create your first CallAgent with identity A
465465
const callClient1 = new CallClient();
@@ -483,3 +483,5 @@ const callObj2 = callAgent2.join({ groupId: '123' }, { videoOptions: { localVide
483483
await callObj2.muteIncomingAudio();
484484
await callObj2.mute();
485485
```
486+
Limitations:
487+
- OnMac Safari, background blur video effects (from @azure/communication-effects), can only be applied to one camera

0 commit comments

Comments
 (0)