flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
753 stars 304 forks source link

Getting rid of built-in turn server #49

Closed oguzhancelikarslan closed 3 years ago

oguzhancelikarslan commented 3 years ago

I only want to use signaling part of the package. How can I get rid of built-in ones? Can you suggest me some documentation to create my own signaling server with different language?

jason-shen commented 3 years ago

You can check the app socket events and easily write the signaling with nodejs if u don't want to use go

oguzhancelikarslan commented 3 years ago

You can check the app socket events and easily write the signaling with nodejs if u don't want to use go

Solved my problem!