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 ?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745295540a4621117.html
评论列表(0条)