Skip to content

Releases: ConnectyCube/connectycube-flutter-call-kit

2.7.0

12 Feb 16:17
c129a9f
Compare
Choose a tag to compare
  • Implemented closing of the iOS CallKit by VoIP push notification where signal_type is 'endCall' or 'rejectCall';

2.6.0

10 Jan 11:24
b723f25
Compare
Choose a tag to compare
  • Implemented the Notify for Incoming Calls feature (thanks for tungs0ul);

2.5.0

21 Nov 16:59
c43f033
Compare
Choose a tag to compare
  • (Android) Add API to manage the Manifest.permission.USE_FULL_SCREEN_INTENT permission;

2.4.0

17 Nov 16:15
5d48e68
Compare
Choose a tag to compare
  • (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

02 Jun 15:49
4e62f10
Compare
Choose a tag to compare
  • (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

19 Apr 13:11
4f3273c
Compare
Choose a tag to compare
  • (iOS) Improve the audio after accepting from the background or killed state;

2.2.3

04 Apr 11:05
5a958e6
Compare
Choose a tag to compare
  • (Android) Fix calling of the onCallRejectedWhenTerminated and the onCallAcceptedWhenTerminated callbacks in the release build;

2.2.2

21 Feb 10:30
f061443
Compare
Choose a tag to compare
  • (iOS) Fix the crash on the getLastCallId method calling;

2.2.1

16 Sep 12:34
Compare
Choose a tag to compare
  • (Android) Fix receiving the FCM if plugin connected together with firebase_messaging plugin;

2.2.0

15 Sep 11:59
Compare
Choose a tag to compare
  • (iOS) Fix notifying plugin about call accepting;

Broken API:

  • changed the signature of method reportCallAccepted by deleting the parameter callType;