screen-share / element-capture

https://screen-share.github.io/element-capture/
19 stars 6 forks source link

Should explicitly specify what to do with the mouse cursor #6

Closed JonnyBurger closed 1 year ago

JonnyBurger commented 1 year ago

The spec does not touch on whether the mouse cursor should be captured. For the editor use-case you would want to be able to hide the mouse cursor.

Since currently in screen sharing in Chrome, the cursor is visible, it would be cool if the spec is clearly defining a behavior.

eladalon1983 commented 1 year ago

That seems to already be covered by CursorCaptureConstraint, doesn't it?

JonnyBurger commented 1 year ago

It does! Great, this answers my question 👍