React-native on IOS - openvidu 2.29.0

I’m trying to test the react-native example on iOS.

To run the app on the simulator I added one change in Pod file. From this:

use_react_native!(:path => config["reactNativePath"])

to this

use_react_native!(:path => config[:reactNativePath])

and I had to change the Deployment version from 11 to 12.4.

But when I ran the app, after the installation on the simulator, I receive this error:

Any suggestions?

I can ensure that the iOS emulator doesn’t support WebRTC properly.
Do you have the same issue with real devices?

I didn’t have the opportunity to test on real device yet. But if you are sure that WebRTC doesn’t work on iOS simulator, I wait to have a real iOS device to test.
I will keep you updated.
Thanks.