datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
273 stars 233 forks source link

Does any event listen the hanging up by receiver? #47

Closed imakou closed 6 years ago

imakou commented 6 years ago

Hi,

The situation is that call_terminated cannot be called when App calls to someone then hang up the phone call directly. On the other hand, call_terminatedcan be called when App accepts a phone call then hanged up by the receiver.

Does any event handle this event? Thanks a lot.

imakou commented 6 years ago

I just realized that the rejected phone call can be retrieved after 7 secs when receiver declines it.