Ringing Continues Until All ICE Candidates Are Collected
Closed this issue · 2 comments
jfmartinez commented
While disabling trickleICE for SIP Trunking the ringing continued on endlessly due to the collection of ICE Candidates and up until the session:started even, this change will stop the ringing when the ICE Candidates start being collected (almost immediately after accepting the incoming session request).
This change also creates a new event for the WebRTCConnection - 'connecting' and for the RtcommEndpoint - 'session:connecting'.
jfmartinez commented
swgraham commented
@jfmartinez I just merged your work into develop w/ the subprotocol changes. Can you pull it into your environment and do some testing w/ your apps before I push to master? Thanks