React Native + Kurento WebRTC Media Server

Hello Community,

I just want to know that is there any specific way that we can integrate Kurento WebRTC Media Server within a react-native application. If we can integrate this, I just want to know how exactly are we going to do this.

If you have any certain Ideas/Knowledge regarding this. Please let me know as soon as possible.

Hoping for the best response from the community!

Thanks,
Kalpit

Hello kalpit_shah7

Integration is possible, however some changes to kurento-utils on the client are required.

The main change is that react-native-webrtc does not provide a way to add stream the way it works on the web, which means that you must override the onaddstream method to do this manually (using Redux for example or a local state).