Skip to content

Commit 65a9e12

Browse files
Merge pull request #250784 from chriswhilar/patch-82
Update manage-video-web.md
2 parents eedba8e + 1fad4c4 commit 65a9e12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const defaultSpeaker = deviceManager.selectedSpeaker;
5151
await deviceManager.selectSpeaker(localSpeakers[0]);
5252
```
5353

54+
Each `CallAgent` can choose its own microphone and speakers on its associated `DeviceManager`. It is recommended that different `CallAgents` use different microphones and speakers. They should not share the same microphones nor speakers. In case of sharing them, Microphone UFDs may be triggered and microphone will stop working depending on the browser / os.
55+
5456
### Local video stream properties
5557

5658
A `LocalVideoStream` has the following properties:

0 commit comments

Comments
 (0)