Skip to content

Commit e286f5b

Browse files
- release 2.4.0;
1 parent 954dee6 commit e286f5b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.4.0
2+
- (Android) Add the Call photo to the Call notification and the Incoming call screen;
3+
- (Android) Add different icons to the Accept buttons depending on the call type;
4+
- (Android) Add the possibility for setting the Notification icon depending on the call type;
5+
16
## 2.3.0
27
- (iOS) Add a method for notifying the CallKit about muting/unmuting the call;
38
- (iOS) Improvements for audio after accepting the call from the background or killed state;

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ getting token and displaying the Incoming call screen.
2323

2424

2525
<kbd><img alt="Flutter P2P Calls code sample, incoming call in background Android" src="https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_android.png" height="440" /></kbd>
26-
<kbd><img alt="Flutter P2P Calls code sample, incoming call locked Android" src="https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_android_locked.png" height="440" /></kbd> <kbd><img alt="Flutter P2P Calls code sample, incoming call in background iOS" src="https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_ios.PNG" height="440" /></kbd>
26+
<kbd><img alt="Flutter P2P Calls code sample, incoming call locked Android" src="https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_android_locked.png" height="440" /></kbd>
27+
<kbd><img alt="Flutter P2P Calls code sample, incoming call in background iOS" src="https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_ios.PNG" height="440" /></kbd>
2728
<kbd><img alt="Flutter P2P Calls code sample, incoming call locked iOS" src="https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_ios_locked.PNG" height="440" /></kbd>
2829

2930
## Configure your project

ios/connectycube_flutter_call_kit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'connectycube_flutter_call_kit'
7-
s.version = '2.3.0'
7+
s.version = '2.4.0'
88
s.summary = 'Connectycube Call Kit plugin for flutter.'
99
s.description = <<-DESC
1010
Connectycube Call Kit plugin for flutter.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: connectycube_flutter_call_kit
22
description: A Flutter plugin for displaying call screen when app in background or terminated.
3-
version: 2.3.0
3+
version: 2.4.0
44
homepage: https://connectycube.com/
55
issue_tracker: https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues
66
documentation: https://github.com/ConnectyCube/connectycube-flutter-call-kit/blob/master/README.md
77
repository: https://github.com/ConnectyCube/connectycube-flutter-call-kit
88

99
environment:
10-
sdk: '>=2.12.0 <3.0.0'
10+
sdk: '>=2.12.0 <4.0.0'
1111
flutter: '>=1.20.0'
1212

1313
dependencies:

0 commit comments

Comments
 (0)