Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@zxcpoiu zxcpoiu released this 27 Dec 16:20
· 38 commits to master since this release

This is a Breaking Change

1. update pod file for RN60+

2. separate api requestPermissions() and registerVoipToken()

Original:

request permissions and register voip token in the same function

VoipPushNotification.requestPermissions();

Now:

Separate into two specific functions

VoipPushNotification.requestPermissions(); // --- optional, you can use another library to request permissions
VoipPushNotification.registerVoipToken(); // --- required