Hi, I found what the problem was.
I was using a method (.addStream) which has been removed from the standard and is no longer implemented on Apple devices.
(but still recognized in other platforms)
I changed my code to something like this:
// pc.addStream(localStream); OLD METHOD NO MORE IMPLEMENTED
localStream.getTracks().forEach(track => pc.addTrack(track, localStream));
Everything seems to be ok right now
Cheers,
Andrea
Topic:
App & System Services
SubTopic:
Core OS
Tags: