get-display-media Questions

2

Solved

I am working on an application using getDisplayMedia. When the browser prompts me to share my screen/a window and I select a specific window to share, that window is now suddenly focused and in fro...
Rosario asked 11/2, 2020 at 16:0

2

Solved

I'm interested in getting a screenshot from the user and I'm using the getDisplayMedia API to capture the user's screen: const constraints = { video: true, audio: false }; if (navigator.mediaDevi...

0

I am using navigator.mediaDevices.getDisplayMedia to get a screenshot, but it's capturing the only the visible part of the page but there is more content which is hidden in scroll area and which is...
Fernanda asked 11/10, 2020 at 10:52

1

Solved

In Google Meet, if you click "Present Now" then "A Chrome Tab", it brings up a window that lets you share from another tab. This is different to the standard Screen Capture API ...
Conard asked 30/8, 2020 at 14:0

1

I need co connect user display media(screen capture) to a webRTC application. The following code is used to initiate screen capture: navigator.mediaDevices.getDisplayMedia({video: true}) This p...
Hardner asked 7/1, 2020 at 18:19

1

Solved

We can request a media stream to a screen or windows via navigator.mediaDevices.getDisplayMedia(). However, this immediately prompts the user to decide which kind of capturing to use. I need to che...
Abwatt asked 13/11, 2019 at 17:49

1

Solved

Adding displaySurface does not provoke option restriction for the user before sharing his own screen. I am trying to limit those options to only let the user select anything except browser tabs. I...
Broadway asked 4/7, 2019 at 16:56

4

Solved

I am trying to implement a bug reporter on my website. My goal is that the user will be able to describe the problem audibly and record the browser tab while walking through the problem. The bug re...
Interrogatory asked 26/1, 2017 at 19:29
1

© 2022 - 2025 — McMap. All rights reserved.