最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

streaming - Chrome extension : testing if a tab is captured - Stack Overflow

programmeradmin1浏览0评论

In a chrome extension, I'm trying to figure out if the user is currently sharing (presenting) its screen (full-screen or window or tab) to other people in a ZoomMeet/GoogleMeet/... when the extension is activated.

I tried to use getCapturedTabs() : to no success ; the returned array is always empty (even when I share my screen before).

I also tried MediaDevices.getUserMedia() : which actually captures and returns my current tab but tells nothing about an already shared/captured one...

Does anyone have any idea how to achieve what I'm after ?

发布评论

评论列表(0)

  1. 暂无评论