react-native-callkeep
react-native-callkeep copied to clipboard
iOS: destroyProvider method has added
Hi,
This PR contains destroying provider manually in order to be able to call setup() method again to activate ringtoneSound changes. When user picks the new ringtone over UI, the app shouldn't be killed and reopen. In fact, it should change the ringtone sound immediately. So, I added this small helper in order to achieve this functionality.