Releases: ConnectyCube/connectycube-flutter-call-kit
Releases · ConnectyCube/connectycube-flutter-call-kit
2.2.0
- (iOS) Fix notifying plugin about call accepting;
Broken API:
- changed the signature of method
reportCallAccepted
by 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
Flutter
3.x.x;
2.0.4
- (Android) update
Gradle
version to the 6.5; - (Android) update
Kotlin
version 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 31
and above;
2.0.2
- (iOS, Android) fixed the
user_info
data transporting; - (Android) fixed launching the app by
acceptCall
event;