I would greatly appreciate it if anyone has an idea about this. This error only occurs to me when using it on iOS; my application runs well on Android, but on iOS, when it tries to do this (pc.current = new RTCPeerConnection(configuration);), it triggers this error:
const configuration = {“iceServers”: [{url: “stun:stun.l.googl.com:19302”}]};
pc.current = new RTCPeerConnection(configuration); ← error line only on iOS
LOG Running “videoCall” with {“rootTag”:31,“initialProps”:{}}
LOG Running “videoCall” with {“rootTag”:211}
LOG RTCPeerConnection config: {“iceServers”:[{“url”:“stun:stun.l.googl.com:19302”}]}
LOG Error setupWebrtc: [Error: Failed to initialize PeerConnection, check the native logs!]
LOG Error Name: Error
LOG Error Message: Failed to initialize PeerConnection, check the native logs!
LOG Stack Trace: Error: Failed to initialize PeerConnection, check the native logs!