RetellAI / retell-client-js-sdk

10 stars 9 forks source link

Client SDK doesn't work on mobile networks #14

Closed adiestel closed 3 months ago

adiestel commented 4 months ago

When using the latest version of the library that uses RTC I'm noticing that phones running on mobile networks (specifically I'm testing with Verizon) are unable to connect but are able to connect when on WiFi. I believe this is likely do to SSL / TURN not being setup correctly with the newer LiveKit dependency...

Check out the documentation: https://docs.livekit.io/home/self-hosting/deployment/

Elsewhere I see documenation states that this can cause issues with mobile networks when not setup correctly.

adiestel commented 3 months ago

Seems like this was actually related to a RTC issue with chrome that was patched. Closing.