Skip to content

Commit 06e8fa8

Browse files
authored
Merge pull request #111751 from chriswhilar/patch-5
Update raw-media-access-javascript.md
2 parents 0d64ebd + a5f5eff commit 06e8fa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/raw-media/raw-media-access-javascript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@ bwVideoElem.srcObject = null;
364364
Use the following code to stop sending a custom screen share stream after it has been set during a call.
365365
366366
```js
367-
await call.stopScreenSharing();
367+
// Stop sending raw screen sharing stream
368+
await call.stopScreenSharing(localScreenSharingStream);
368369
```
369370
370371
### Access incoming screen share stream from a remote participant

0 commit comments

Comments
 (0)