Skip to content

Releases: ConnectyCube/connectycube-flutter-call-kit

2.8.2

Choose a tag to compare

@CubeRomanMagellan CubeRomanMagellan released this 26 Nov 11:03
4fd1ebe
Merge pull request #172 from ConnectyCube/feature/auto-release

Add github actions

2.8.0

Choose a tag to compare

@CubeRomanMagellan CubeRomanMagellan released this 07 Mar 10:38
237ccfe
release 2.8.0

2.7.0

Choose a tag to compare

@TatankaConCube TatankaConCube released this 12 Feb 16:17
c129a9f
  • Implemented closing of the iOS CallKit by VoIP push notification where signal_type is 'endCall' or 'rejectCall';

2.6.0

Choose a tag to compare

@TatankaConCube TatankaConCube released this 10 Jan 11:24
b723f25
  • Implemented the Notify for Incoming Calls feature (thanks for tungs0ul);

2.5.0

Choose a tag to compare

@TatankaConCube TatankaConCube released this 21 Nov 16:59
c43f033
  • (Android) Add API to manage the Manifest.permission.USE_FULL_SCREEN_INTENT permission;

2.4.0

Choose a tag to compare

@TatankaConCube TatankaConCube released this 17 Nov 16:15
5d48e68
  • (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

Choose a tag to compare

@TatankaConCube TatankaConCube released this 02 Jun 15:49
4e62f10
  • (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

Choose a tag to compare

@TatankaConCube TatankaConCube released this 19 Apr 13:11
4f3273c
  • (iOS) Improve the audio after accepting from the background or killed state;

2.2.3

Choose a tag to compare

@TatankaConCube TatankaConCube released this 04 Apr 11:05
5a958e6
  • (Android) Fix calling of the onCallRejectedWhenTerminated and the onCallAcceptedWhenTerminated callbacks in the release build;

2.2.2

Choose a tag to compare

@TatankaConCube TatankaConCube released this 21 Feb 10:30
f061443
  • (iOS) Fix the crash on the getLastCallId method calling;