-
Notifications
You must be signed in to change notification settings - Fork 144
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
ICE connection negotiation fails when attempting to establish WebRTC connection. #17
Comments
Same question, do you use the transit api? |
static void oai_on_icecandidate_task(char *description, void *user_data) { I used the transit api and noticed that the ip address is 0.0.0.0, which is probably wrong: description:v=0 |
I have the same error, do you solve it?
|
to solve the error -
remove
and add
to your and add
to your esp_http_client in http.cpp doesn't fully solve the issue and I intermittently still face it but much more reliable. |
I was experiencing this issue (PeerConnectionState never reached |
Logs
The text was updated successfully, but these errors were encountered: