File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.3.0
2
+ - (iOS) Add a method for notifying the CallKit about muting/unmuting the call;
3
+ - (iOS) Improvements for audio after accepting the call from the background or killed state;
4
+ - (Dart) Add ignoring of not supported platforms;
5
+
1
6
## 2.2.4
2
7
- (iOS) Improve the audio after accepting from the background or killed state;
3
8
Original file line number Diff line number Diff line change 1
1
group ' com.connectycube.flutter.connectycube_flutter_call_kit'
2
- version ' 2.2.4 '
2
+ version ' 2.3.0 '
3
3
4
4
buildscript {
5
5
ext. kotlin_version = ' 1.6.21'
Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'connectycube_flutter_call_kit'
7
- s . version = '2.2.4 '
7
+ s . version = '2.3.0 '
8
8
s . summary = 'Connectycube Call Kit plugin for flutter.'
9
9
s . description = <<-DESC
10
10
Connectycube Call Kit plugin for flutter.
Original file line number Diff line number Diff line change 1
1
name : connectycube_flutter_call_kit
2
2
description : A Flutter plugin for displaying call screen when app in background or terminated.
3
- version : 2.2.4
4
- homepage : https://github .com/ConnectyCube/connectycube-flutter-call-kit
3
+ version : 2.3.0
4
+ homepage : https://connectycube .com/
5
5
issue_tracker : https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues
6
+ documentation : https://github.com/ConnectyCube/connectycube-flutter-call-kit/blob/master/README.md
7
+ repository : https://github.com/ConnectyCube/connectycube-flutter-call-kit
6
8
7
9
environment :
8
10
sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments