Replies: 4 comments 1 reply
-
Some intriguing possible causes are found here by @Qvadis some years ago: |
Beta Was this translation helpful? Give feedback.
-
OK, so part one of the issue was this: iOS will refuse to allow Javascript code to access navigator. In RTCSession.js, when we call
the navigator.mediaDevices is This is not checked, causing an exception -- except since the exception is not thrown by the call itself, but by the code, it trickles down to the final I'll submit an Issue and a Pull for this, of course, but there are a couple of other things, too... |
Beta Was this translation helpful? Give feedback.
-
May be there will be an error as Bad Media Description as some of the streams that we are trying to get may not support in Mac. |
Beta Was this translation helpful? Give feedback.
-
Is this issue related to #604 ? Is particular this comment:
Is there any possible work around here? |
Beta Was this translation helpful? Give feedback.
-
Has anyone investigated where JsSIP fails, on iOS devices?
It seems to connect the websocket, register successfully with the SIP server, but when UA.call is invoked, it doesn't seem to ever send the SIP INVITE.
Probably some audio handling issue (which is quite a bit more complex and restricted on iOS than even on macOS browsers).
Beta Was this translation helpful? Give feedback.
All reactions