We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b0393 commit c58d667Copy full SHA for c58d667
articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md
@@ -109,7 +109,7 @@ const type: MediaStreamType = localVideoStream.mediaStreamType;
109
110
You can use `deviceManager` and `VideoStreamRenderer` to begin rendering streams from your local camera.
111
Once a `LocalVideoStream` is created, use it to set up`VideoStreamRenderer`. Once the `VideoStreamRenderer`is
112
-created call its `createView() method to get a view that you can add as a child to your page.
+created call its `createView()` method to get a view that you can add as a child to your page.
113
114
This stream isn't sent to other participants; it's a local preview feed.
115
0 commit comments