-
Notifications
You must be signed in to change notification settings - Fork 40
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
WebRTC support #40
WebRTC support #40
Conversation
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 is very clever, but I wonder if simple variable substitution wouldn’t be cleaner.
@bryanenders definitely, that's simpler. Thanks for that! Rebased and updated. |
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.
Co-authored-by: Bryan Enders <[email protected]>
Co-authored-by: Bryan Enders <[email protected]>
This PR adds support for direct webrtc communication. There is another effort to support the relayed mode that only works on FF here: #16
Probably this setup is enough for local testing so it might be worth to close that one and merge this unless relayed mode support is important enough in local development/testing.