MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
154 stars 67 forks source link

Unregister function not working #66

Closed tristonchai closed 2 years ago

tristonchai commented 3 years ago

Hi MrHertal,

I want to unregister the phone after sign out (so the phone no longer receive any call), and RNTwilioPhone.initialize() again after i sign in (the phone ready to receive call and can outgoing call)

I did using the function unregister(), but i still receive the call. Can you guide me how to achieve the above process?

Many Thanks!!

MrHertal commented 3 years ago

Hi,

it should work, can you reproduce the issue on the example app?

Thanks.