flutter-webrtc/flutter-webrtc-server

Getting rid of built-in turn server

oguzhancelikarslan opened this issue · 2 comments

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?

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

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!