You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to establish a direct webRTC connection to a server (which is also a circuit relay server) but documentation is lacking on how to derive the certhash from a pem self signed certificate. I can establish RTC connection to another client connected to the server but cannot open a connection to the server itself, I can only speculate that it is due to lacking a listen address which requires a certhash.
certhash is only used by WebRTC Direct which is dial-only in browsers and unimplemented in Node.js.
To implement it, changes would be necessary in libdatachannel which would make the implementation more complicated - see paullouisageneau/libdatachannel#970
Node.js can listen on (and dial) a regular WebRTC address, but it requires a relay server to do the initial SDP handshake.
An alternative is to have Node.js listen on a WebSocket address, then it can be dialled from browsers.
I am trying to establish a direct webRTC connection to a server (which is also a circuit relay server) but documentation is lacking on how to derive the certhash from a pem self signed certificate. I can establish RTC connection to another client connected to the server but cannot open a connection to the server itself, I can only speculate that it is due to lacking a listen address which requires a certhash.
See this discussion for more information #2406
Platform:
Node.js 20.11.1 - webrtc server
React Native 0.72.6 - webrtc client
Node.js 20.11.1 - webrtc client
Subsystem:
webRTC
Severity:
Low
The text was updated successfully, but these errors were encountered: