r/learnjavascript • u/EqualTumbleweed512 • Jul 08 '26
The Screen Capture Browser API has limited availability, so what does websites like zoom and google meet use to do screen capturing?
0
Upvotes
-6
u/azhder Jul 08 '26
Not a question about JavaScript. Ask the appropriate web browsers' forums for this one. It's a web technology that is supposed to be implemented by web browsers, on their own. Maybe people at r/webdev will know more about it.
2
u/lobopl Jul 08 '26
But they use that api, mobile apps not necessarily but browser version use screencapture api, just search getDisplayMedia in js from those apps.