Releases: ConnectyCube/connectycube-flutter-call-kit
Releases · ConnectyCube/connectycube-flutter-call-kit
2.7.0
2.6.0
2.5.0
- (Android) Add API to manage the
Manifest.permission.USE_FULL_SCREEN_INTENT
permission;
2.4.0
- (Android) Add the Call photo to the Call notification and the Incoming call screen;
- (Android) Add different icons to the Accept buttons depending on the call type;
- (Android) Add the possibility for setting the Notification icon depending on the call type;
2.3.0
- (iOS) Add a method for notifying the CallKit about muting/unmuting the call;
- (iOS) Improvements for audio after accepting the call from the background or killed state;
- (Dart) Add ignoring of not supported platforms;
2.2.4
- (iOS) Improve the audio after accepting from the background or killed state;
2.2.3
- (Android) Fix calling of the
onCallRejectedWhenTerminated
and theonCallAcceptedWhenTerminated
callbacks in the release build;
2.2.2
- (iOS) Fix the crash on the
getLastCallId
method calling;
2.2.1
- (Android) Fix receiving the FCM if plugin connected together with
firebase_messaging
plugin;
2.2.0
- (iOS) Fix notifying plugin about call accepting;
Broken API:
- changed the signature of method
reportCallAccepted
by deleting the parametercallType
;