Soliy0u

Results 3 comments of Soliy0u

I have same this problem. I have used to endpoint.hangupCall(call) but not working. I think, it's an error of pjsip. Anyone can help me?. Thank you so much.

I have resolved this problem with endpoint.unholdCall(call). You only use unholdCall function before call endpoint.declineCall(call). It worked for me. My code: static suspendCall() { try { const endpoint = CallCenter.endpoint...

> @mtzfactory It's been a while since I've used this, but here was the code I previously had. The style attributes will need to be changed, but hopefully it’s helpful....