versatica / JsSIP

JsSIP, the JavaScript SIP library
https://jssip.net
Other
2.4k stars 739 forks source link

'hold' and 'unhold' event listener are not triggered for the remotes hold/unhold events #822

Closed Lilleri closed 1 year ago

Lilleri commented 1 year ago

the event listener 'hold' is never fired if the remote peer has put on hold the local user, the events is never received only works for the local hold, neither the 'unhold' listen event works for the remote peer event.

ibc commented 1 year ago

Probably the remote is not putting the call on hold but just muting his mic, so not a bug because this has worked fine during years.