i am programming voice chat app but the problem is when client is using router firewall block connection
i solved this problem with tcp connection but with udp connection i didn't know how i can solve this problem
i try udp hole by this step
- client A send to (server) ip and username
- client B send to (server) ip and username
- (server) send to client B client A info — to start voice chat
- (server) send to client A client B info — to start voice chat
but this work one time and many time didn't work i dont know why. any help.