Releases: ConnectyCube/connectycube-flutter-call-kit
Releases · ConnectyCube/connectycube-flutter-call-kit
2.2.1
- (Android) Fix receiving the FCM if plugin connected together with
firebase_messagingplugin;
2.2.0
- (iOS) Fix notifying plugin about call accepting;
Broken API:
- changed the signature of method
reportCallAcceptedby deleting the parametercallType;
2.1.0
- (Android) Add the possibility of setting a Notification icon;
2.0.9
- (iOS) Fix getting call state;
2.0.8
- (iOS) Fix second and next calls issue;
2.0.7
- (iOS) Fix audio after accepting from killed state;
2.0.6
2.0.5
- (Android) fix the compatibility with
Flutter3.x.x;
2.0.4
- (Android) update
Gradleversion to the 6.5; - (Android) update
Kotlinversion to the 1.6.21; - (Android) megrate from the
jcenter()to themavenCentral()dependesies repository;
2.0.3
- (Android) fixed the working with apps targeted to the
targetSdkVersion 31and above;