Skip to content

Commit 45b0393

Browse files
Fix typo manage-video-web.md
1 parent 451b2ca commit 45b0393

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
@@ -213,7 +213,7 @@ To stop local video while on a call, pass the `localVideoStream` instance that's
213213
await call.stopVideo(localVideoStream);
214214
```
215215

216-
You can switch to a different camera device while having an active LocalVideoStream by invoking `switchSource` on that `LocalVideoStream` instance::
216+
You can switch to a different camera device while having an active LocalVideoStream by invoking `switchSource` on that `LocalVideoStream` instance:
217217

218218
```js
219219
const cameras = await callClient.getDeviceManager().getCameras();

0 commit comments

Comments
 (0)