Skip to content

Commit 951b091

Browse files
authored
Update raw-media-access-javascript.md
1 parent 0a000d6 commit 951b091

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ Raw screen share media gives access specifically to the `MediaStream` object for
267267
268268
Processed raw screen share frames can be sent as an outgoing screen share of the sender. Processed raw incoming screen share frames can be rendered on the receiver side.
269269
270+
Note: Sending screenshare is only supported on desktop browser.
271+
270272
### Start screen sharing with a custom screen share stream
271273
```js
272274
const createVideoMediaStreamToSend = () => {

0 commit comments

Comments
 (0)