Crash when creating DTMF sender - rtcPeerConnection.senders array is empty #763
Unanswered
RaddishIoW
asked this question in
Q&A
Replies: 2 comments 5 replies
-
@RaddishIoW it's clearly a bug, can be fixed in the line you found that use first entry on empty array. I may take a look later, when I have a moment, alternatively PR is welcome. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We face the same issue with the latest twilio sdk |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a crash happening every time I try to make or receive a call in my app...
It crashes when trying to create the DTMF sender because the passed rtcPeerConnection.senders array is empty, but the plugin is trying to access element 0.
The crash happens here in the plugin code.
I can't seem to work out why it might be happening, but I am very new to WebRTC - so please forgive my ignorance.
Does anyone have any pointers?
I'm using Capacitor 4, with Sip.JS 0.21.2 and iosrtc 8.0.3.
Beta Was this translation helpful? Give feedback.
All reactions