-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle returning to ice gathering stage #68
Comments
Is this only for WASM? |
I don't know/remember. Not really sure exactly what kinds of things will trigger additional gathering either. Perhaps if you enable or disable wireless? I wrote this down mostly because i saw it in the mdn docs and didn't want to forget about it. |
This sounds low priority since it is a network renegotiation under rare circumstances to increase performance, not to solve a severe problem in connectivity. Good find. |
Yes, let's ignore it for now, we have bigger fishes to fry :) |
Currently we stop anything related to ice once the data channel has opened, however It's possible to return to the ice gathering state, and we should probably handle that.
Ref this comment:
matchbox/matchbox_socket/src/webrtc_socket/wasm/message_loop.rs
Line 255 in 97c2ea1
https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/iceGatheringState
The text was updated successfully, but these errors were encountered: