I think I am very close to getting my Java server app to talk to a browser page via WebRTC, but I can\'t quite get it to work. I feel like I am missing something small, so I
The missing part was the exchange of ICE candidates between the browser and Java server. Now that I added the code to do ICE negotiation via my WebSocket, everything works fine!