Skip to content

Commit ae7b715

Browse files
Merge pull request #275276 from chriswhilar/patch-88
Update manage-video-web.md
2 parents 747114f + aa8543b commit ae7b715

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
@@ -246,12 +246,12 @@ call.off('isLocalVideoStartedChanged', () => {
246246

247247
## Start and stop screen sharing while on a call
248248
To start screen sharing while on a call, you can use the asynchronous method `startScreenSharing()` on a `Call` object:
249-
250249
### Start screen sharing
251250
```js
252251
// Start screen sharing
253252
await call.startScreenSharing();
254253
```
254+
Note: Sending screenshare is only supported on desktop browser.
255255

256256
### Find the screen sharing in the collection of LocalVideoStream
257257
After you successfully start sending screen sharing, a `LocalVideoStream` instance of type `ScreenSharing`, is added to the `localVideoStreams` collection on the call instance.

0 commit comments

Comments
 (0)