Y
Hacker News
new
|
ask
|
show
|
jobs
by
fabrice_d
378 days ago
How are you managing the initial ICE offer/response negotiation without a relay server?
1 comments
avovsya
377 days ago
I do have server relay to setup webrtc connection and maintain session ids until those active.
upd: No relay for messages, messages are sent p2p
link
fabrice_d
377 days ago
Even for messages, you may need a TURN server depending on the NAT configuration of the clients.
link
avovsya
377 days ago
Apparently this is something I need to research as some people have problems using pinsend behind the NAT
link
upd: No relay for messages, messages are sent p2p