-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add code examples #16
Comments
Wrt an example - sure, please feel free to send a PR! (I'd remove the
Maybe. I worry that it might be a bit too involved. Wdyt? How many lines would it be?
AFAICT these aren't yet implemented, so adding that atm might be misleading to some.
That works for me. |
I had opened one PR for that some days ago: https://github.com/screen-share/captured-mouse-events/pulls |
Fixed by #18 |
The screen capture spec has an basic example. I think we can similarly add a very basic one for this proposal (note that video is actually true by default):
Maybe we can also have some code examples to illustrate how
RTCDataChannel
can be used for peer-to-peer communication (#13) and howcursor
constraint can be used to hide the mouse cursor for "efficiency enhancements during RTC" (#15).Perhaps it should be in both the text of the spec and the explainer.
The text was updated successfully, but these errors were encountered: