- PR(#45)
- migrate plugin to flutter 2 with null-safety
- PR(#19)
- added ability to configure
FIVKMaximumCallGroups(maximumCallGroups)
setting using Info.plist. - added return value to
requestAuthLocalNotification
function. - added
getLocalNotificationsSettings
function which returns NotificationSettings object. - added
onDidUpdatePushToken
callback.- It may be used if you want to increase robustness of your application (sometimes iOS can change this token, so its good to know about this).
- added ability to configure
- fix example app
- rename
rtc_channel_id
touuid
. - update document how to post VoIP notification with curl.
- update document how to create icon for CallKit.
- added doc comment to callback events.
- fix onDidRejectIncomingCall be called after call connected
- rename reportOutgoingCall to avoid misunderstanding
- fix error start call action
- update README.md
- fix EndCal and example app
- fix example app
- update README.md
- Initial release