Skip to content

Commit d43bd92

Browse files
author
Kevin Le Goff
committed
Fix accrolinx suggestion
1 parent 93bd7ac commit d43bd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const camera = cameras[1];
222222
localVideoStream.switchSource(camera);
223223
```
224224

225-
If the specified video device is being used by another process, or if it is not enabled in the system:
225+
If the specified video device is being used by another process, or if it isn't enabled in the system:
226226
- While in a call, if your video is off and you start video using `call.startVideo()`, this method throws a `SourceUnavailableError` and `cameraStartFailed` user facing diagnostic is set to true.
227227
- A call to the `localVideoStream.switchSource()` method causes `cameraStartFailed` to be set to true.
228228
Our Call Diagnostics guide provides additional information on how to diagnose call related issues.

0 commit comments

Comments
 (0)