I'm trying to connect to esp32-cam from react-native application with https://github.com/react-native-webrtc/react-native-webrtc package. When phone and cam is on the same network, it works fine, but when on different, ice connection state changes to failed. I'm sending offer from react native app when all candidates are gathered:
I'm trying to connect to esp32-cam from react-native application with https://github.com/react-native-webrtc/react-native-webrtc package. When phone and cam is on the same network, it works fine, but when on different, ice connection state changes to failed. I'm sending offer from react native app when all candidates are gathered:
Offer (from react-native app):
Answer (from esp32 cam):
What's wrong with these sdps?