-
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 #18
Conversation
- Basic example - Example for efficiency enhancements during RTC (cursor constraint and RTCDataChannel) fixes screen-share#6
An example is also added in screen-share#18 fixes screen-share#15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please run the formatter? (This repo uses prettier
.)
index.html
Outdated
video: true, | ||
controller: controller, | ||
}); | ||
videoElement.srcObject = mediaStream; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line can probably be removed.
Thanks for the review!
OK done. Although it seems we would need to run it again for changes made elsewhere... |
I've run the formatter for you and committed it directly. Hope you don't mind. |
@eladalon1983 OK, I had actually manually reverted the formatting part unrelated to that commit, but I don't mind. |
@eladalon1983 Can you please merge this? (I can't) |
fixes #6
Preview | Diff