JsSIP
JsSIP copied to clipboard
JsSIP, the JavaScript SIP library
- RTCSession instance has the [resetLocalMedia](https://jssip.net/documentation/0.7.x/api/session/#method_resetLocalMedia) method. - resetLocalMedia is declared in [RTCSession.d.ts file](https://github.com/versatica/JsSIP/blob/004d160968ec71982beca46d021e3cab746ac55d/lib/RTCSession.d.ts#L305) but not implemented in [RTCSession.js file](https://github.com/versatica/JsSIP/blob/master/lib/RTCSession.js)
> Please, do NOT open an issue if you have problems or questions regarding the use of JsSIP. Use the JsSIP Google Group instead: > > https://groups.google.com/forum/#!forum/jssip > > If...
When jssip [build "Refer-to" header](https://github.com/versatica/JsSIP/blob/004d160968ec71982beca46d021e3cab746ac55d/lib/RTCSession/ReferSubscriber.js#L45) not considering [rfc3515 (SIP) Refer Method](https://www.rfc-editor.org/rfc/rfc3515#section-2) ` A REFER request MAY be placed outside the scope of a dialog created with an INVITE. REFER creates...
Now I have two sessions,one call is held and one call is established. I need to exchange two calls,unhold the held call and hold the established call. when I recivied...
When I use the isReadyToReOffer method to verify if it supports unhold call,I found that the isReadyToReOffer method does not exist. I use _isReadyToReOffer is OK. Please check the issue,Thanks!...
I've come across what I believe is an issue when dealing with referring with a call that is on hold. To explain: I establish an RTCSession to phone A I...
First pass; chatty and probably wrong... - Why didn't the final .catch do anything, and what is the right thing to do? Just log and re-raise the Error, and let...
OK, so part one of the issue was this: iOS will refuse to allow Javascript code to access navigator. In RTCSession.js, when we call `return navigator.mediaDevices.getUserMedia(mediaConstraints)` the navigator.mediaDevices is `undefined`...
Hello! Apologies if i'm putting this in the wrong place (I was going to start in the JSSIP mail group but it looks like it's been overrun with spam). I...
Scenario to be solved: A is on communication with B B transfers the call to C (blind transfer) B hangups the call with A when trying is received C answers...