-
Notifications
You must be signed in to change notification settings - Fork 446
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: node.js and browser (private to private) #2056
Labels
need/triage
Needs initial labeling and prioritization
Comments
Sotatek-HocNguyena
added
the
need/triage
Needs initial labeling and prioritization
label
Sep 15, 2023
Sotatek-HocNguyena
changed the title
WebRTC node.js and browser
WebRTC: node.js and browser (private to private)
Sep 15, 2023
Code node.js
|
Code web, get from example: browser-to-browser
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to implement the feature: node.js will connect to the browser via Webrtc (Not directly, but via Relay, because I know it is currently in draft PR).
Is this possible?
Because I tested it and got an error from the browser: index.js:155 Uncaught (in promise) Error: bad candidate received. And error from nodejs: CodeError: unexpected end of input
I have tested browser connecting to browser (from the example source code), But I want nodejs to connect to browser via webrtc
Thank you so much!
The text was updated successfully, but these errors were encountered: