Carlos Rodriguez
Carlos Rodriguez
> I have checked the log seems the issue is caused by second invite response not contain sdp body, I have build one version with response with sdp also when...
Hi @TempoTian , I have completed the necessary tests and have some findings to share. Using a Python VoIP library, I reproduced the OK SDP replies that the ESP32 is...
Thank you for the quick response and fix. I have tested the updated library on both the ESP32 and ESP32S3, and I can confirm that both are now working as...
hi, @TempoTian Could you please remember to merge the fix once it's verified? Thank you!
While receiving SDP and starting the media session (triggering ESP_RTC_EVENT_AUDIO_SESSION_BEGIN or ESP_RTC_EVENT_VIDEO_SESSION_BEGIN) indicates that the call is being set up, it doesn’t necessarily mean the remote party has answered. In...
@TempoTian , sorry for the misunderstanding, `200 OK` is sent with SDP information. But I think I might have a clue of the actual problem : If you look at...
Yes, that would be perfect!, Thanks a lot
@TempoTian I tested the new event on the ESP32S3, and it perfectly satisfies our needs, and we can now accurately detect when the call is actually answered. Thanks for the...