Skip to content

Commit c58d667

Browse files
authored
Update articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md
Corrected formatting
1 parent 45b0393 commit c58d667

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
@@ -109,7 +109,7 @@ const type: MediaStreamType = localVideoStream.mediaStreamType;
109109

110110
You can use `deviceManager` and `VideoStreamRenderer` to begin rendering streams from your local camera.
111111
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.
112+
created call its `createView()` method to get a view that you can add as a child to your page.
113113

114114
This stream isn't sent to other participants; it's a local preview feed.
115115

0 commit comments

Comments
 (0)