Is it possible to run a WebRTC server on a pod?
I don't think this is possible for two reasons:
- The Cloudflare 100 second limit means that long-running connections like video chat are not possible.
- Ports can only be exposed individually, but WebRTC requires a whole port range to be exposed.
GitHub
Contribute to kylemcdonald/webrtc-bot development by creating an account on GitHub.