I have a sipml5 web client and I can successfully make a call to it. But when a caller hangs up, the web client is not hanging the call. I think I missed an event for this in the sipml5 API. I got this error in chrome console,
this.o_local_stream.stop is not a function
But I'm not sure how to fix this.
This happens in chrome versions > 45 due to certain mediastream deprecations. In newer versions of chrome MediaStream.stop() is deprecated and replaced by MediaStreamTrack.stop(). sipML5 API has not yet been modified to accept these changes. https://github.com/DoubangoTelecom/sipml5/issues/231