Skip to content

Commit 775affb

Browse files
author
Kevin Le Goff
committed
Remove commented line
1 parent 174ffde commit 775affb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ const localSpeakers = await deviceManager.getSpeakers(); // [AudioDeviceInfo, Au
3737

3838
Once you know what devices are available to use you can set default devices for microphone, speaker, and camera. If client defaults aren't set, the Communication Services SDK uses operating system defaults.
3939

40-
<!-- In `deviceManager`, you can set a default device to start a call via the `selectMicrophone()` and `selectSpeaker()` methods. -->
41-
4240
#### Microphone
4341

4442
**Access the device used**

0 commit comments

Comments
 (0)