bengreenier / webrtc-unity-plugin

Cross-platform Webrtc support for Unity apps ☁🎲
108 stars 13 forks source link

node.js socket connection using https instead of GET/POST #12

Closed freeseus closed 4 years ago

freeseus commented 4 years ago

Hey Ben... apologies, this isn't a bug, but had a question regarding using this Unity plugin to work with node.js sockets (using https)...

The webrtc-unity-plugin is doing almost exactly what I need but we're not using GET/POST from the node.js server.

Apologies for reaching out here. Is it possible for you to point me in the right direction? You can find me on Discord: Freeseus#7761

Appreciate it.

bengreenier commented 4 years ago

you can replace the logic in WebrtcSignalControls to implement a similar flow, but communicating with signaling differently - ctrl+f PeerEventsInstance in that file - hope that helps!