[mediacapture-screen-share-extensions] [Capture control] Is gesture forwarding tied to capture controller or to MediaStreamTrack (#20)

youennf has just created a new issue for https://github.com/w3c/mediacapture-screen-share-extensions:

== [Capture control] Is gesture forwarding tied to capture controller or to MediaStreamTrack ==
CaptureController lives where capture was initiated.
MediaStreamTrack on the other hand can be transferred and lives where it is being rendered.
This makes it potentially possible for CaptureController and the getDisplayMedia track to live in different contexts.

Given gesture forwarding is tied to the track's preview, it seems it is more tied to MediaStreamTrack/HTMLVideoElement than CaptureController.

The question is then whether API should be tied to CaptureController or to HTML elements/MediaStreamTrack.
I would then to favour the latter.

Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share-extensions/issues/20 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 25 October 2024 08:50:27 UTC