getnamo / SocketIOClient-Unreal

Socket.IO client plugin for the Unreal Engine.
Other
864 stars 231 forks source link

WebRTC support #291

Open HeadClot opened 2 years ago

HeadClot commented 2 years ago

Hey bit of a feature request for you @getnamo - Would it be possible to get WebRTC support with this plugin or a separate plugin?

Also is there any way to reach out to you privately?

Thank you for your time -

Ben

getnamo commented 2 years ago

PM me on twitter if you need to reach me.

Keep in mind WebRTC is quite a different beast, your best bet is likely porting https://github.com/paullouisageneau/libdatachannel lib and getting the necessary wrappers to make it easy to use.