FAForever / ice-adapter

Deprecated C++ ICE adapter - please use java-ice-adapter instead!
https://github.com/FAForever/java-ice-adapter
GNU General Public License v3.0
11 stars 10 forks source link

Reconnection by closing peerConnection #65

Closed ghost closed 6 years ago

muellni commented 6 years ago

I did some changes to reinit the peerconnection instead of using createOffer, similar to your PR here: https://github.com/FAForever/ice-adapter/commit/3c1e2acf656c2628da9cb2fcbbc05e2542b2318f

Can you please check if I missed something?