What are the alternative WebRTC API services (CPaaS) that support both Python and React Native clients?

I am building a real-time video streaming architecture for a remote IoT/robotics project. The robot streams video using Python, and the user receives it via a React Native mobile app.

Both sides need to act as WebRTC clients. I know that platforms like LiveKit provide official client-side SDKs for both Python and React Native.

Are there any other alternative WebRTC API / CPaaS providers that offer native client SDKs for both of these languages? I am looking for platforms that handle the SFU and TURN server infrastructure out-of-the-box.

Read more here: Source link