Getting rid of built-in turn server
oguzhancelikarslan opened this issue · 2 comments
oguzhancelikarslan commented
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
You can check the app socket events and easily write the signaling with nodejs if u don't want to use go
oguzhancelikarslan commented
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!