Is there any way to make voice calls support in local escargot server or is there any forks with working calls?
Idk
They work on LAN. Otherwise you would have to implement the tunneling yourself, as it does not support it nor are there currently any forks that do.
1 Like
If you don’t know, don’t respond.
1 Like
You know how to do this? If yes, can we continue in dm or in this thread?
I’m still not totally sure how the tunneling works myself.
WLM (6.x+ I believe) used STUN (later versions supported TURN as well) for tunneling for P2P (including voice calls). STUN/TURN are open standards so implementing those isn’t an issue, the problem is how this tunneling is negotiated at the MSNP protocol level.
As far as I know nobody has attempted to document or implement this. I also haven’t been able to figure it out myself yet.