Open airqleon1 opened 2 years ago
Hey, are you testing with PUN network?
UniVoiceTelepathyNetwork.New(8987)
Having a look, it's a new network implementation so I'm not surprised
I looked at unvoice-telepathy-network and it seems like the server is not broadcasting all peers
yes likely that is the case, the if peer 1 has to send data to peer 2 (they are both clients), it is first sent to peer 0 (the server) which then forwards it to peer 2.
I'll have a look at stuff, the last few commits across univoice have been done in a hurry to get some features implemented for a sponsor. That's why the docs haven't been updated yet.
The problem of server.Send(recipient, new ArraySegment
whats the change in that line do we need to create byteswriter packet there
Hey, I'm having the same issue with telepathy. The peers cannot communicate between each other. I require my voice chat to be self hosted, so I can't use Photon. Any news on this? Thanks :)
Hey everyone, this issue went ignored for a while. I believe some related fixes were posted somewhere, I'll have a look tomorrow and fix. Thanks for being patient!
That sounds great. Thanks for replying!
Peer 0 and Peer 1 are working fine, Peer 0 and Peer 2 are working fine, but Peer 1 and Peer 2 are not working fine