Hi guys i was trying to deploy my python backend to koyeb which uses aioice to heandle webrtc connections and also has rest api in it.
On local using docker file:
- i can connect to the backend app and start streaming my video to it
- i also can hit the endpoints with a rest-api client
After deploying to koyeb with docker file
- i can access the endpoints
- but the webrtc connection keeps failing
is there any docs with sample app on how to setup webrtc in koyeb