Hi!
Currently I'm using SDH of 0.16 with SIP.js 0.17 version. I'm using it this way :
sessionDescriptionHandlerFactory: (session, option) => {
return new SessionDescriptionHandler.defaultFactory(session, option);
},
I'm not receiving addTrack or addStream event after receiving 200 Accepted from server while client is sending PRACK itself. With same SIP credentials, I'm able to make it work with Webphone developed using SIP.js
Does React SDK does not support those events or I've to look withing peerconnection of react-native-webrtc library?