WASdev/lib.rtcomm.clientjs

Lib does not respond with an error after receiving invalid SDP

Opened this issue · 0 comments

I ran into a case today where an SDP was slipping through the gateway without a DTLS fingerprint and I never received a response back from the clientjs at the server. Here is the error that printed to trace:

setRemoteDescription has an Error Failed to set remote offer sdp: Called with SDP without DTLS fingerprint.(anonymous function) @ rtcomm.js:6365(anonymous function) @ adapter.js:342
adapter.js:340 Uncaught (in promise) Failed to set remote offer sdp: Called with SDP without DTLS fingerprint.(anonymous function) @ adapter.js:340
rtcomm.js:2471 Session Start Failed: Transaction 2179 Timed out [f599cef6-fbd2-467a-8334-aa8af578e10e] after 5000: Wed Feb 03 2016 14:21:51 GMT-0500 (EST)

Looks like maybe an uncaught exception?