6 ms·
> The bulk of SIP.js no longer cares about the media and what it’s doing yes. this is important, even if only for testing. my [semi]current test setup for js
by auvrw 9y ago
> The bulk of SIP.js no longer cares about the media and what it’s doing
yes. this is important, even if only for testing.
my [semi]current test setup for jssip resorts to webdriver testing because the WebRTC is not completely decoupled
https://github.com/ransomw/simp-phone/blob/master/test/client/plivo/sip_wrap.js#L105 https://github.com/ransomw/simp-phone/blob/master/test/clien...
https://github.com/ransomw/simp-phone/blob/master/test/client/wd_serve.js https://github.com/ransomw/simp-phone/blob/master/test/clien...
i guess these updates would allow me to test call functionality completely within the node runtime without scrounging around for WebRTC mocks?
- egreenmachine 9y agoYes! That was part of the goal of these changes. We want SIP.js to be a SIP stack, not a WebRTC wrapper.