PackageTrack
Sign in Get early access

flutter_callkit_incoming

Flutter Callkit Incoming to show callkit screen in your Flutter app.

3.1.5 86K downloads/mo #1187 most downloaded on pub.dev hiennguyen92/flutter_callkit_incoming

What this package is like to depend on

Last release 13 days ago

11 Aug 2026

Release timing varies

gaps range from 2 weeks to 9 months

Nearly every release is documented

notes for 51 of 51 stable releases

3 versions withdrawn

withdrawn after publishing

5 years old

58 releases · first in 2021

7 releases in the last 12 months

see the full history below

Release timeline

58 releases · Oct 2021 to Aug 2026
2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 58
  1. 3.1.5 11 Aug 2026
    Release notes

    3.1.5

    • Fix Android: resolve build errors introduced in 3.1.4.
    • Fix Android: always call startForeground to prevent ForegroundServiceDidNotStartInTimeException, thank @AAkira #857
    • Fix Android: remove automatic launch of full screen intent settings that crashes CallkitIncomingActivity on Android 14+, thank @AAkira #856
    • Fix Android: stop incoming ringtone from silencing itself, and silence it correctly on volume-key press, thank @AAkira #855
    • Fix Android: native OnDecline callback not running when app is in terminated state, thank @salamay #854
    • Fix Android: complete Telecom hold integration for self-managed calls, thank @m-lhb #852
    • Fix Android: only add MICROPHONE/CAMERA foreground service types when permission is granted, thank @m-lhb #848
    • Fix Android: restore foreground service on OS restart to prevent microphone loss in background, thank @skutimechanic #842
    • Fix Android: ActionCallToggleAudioSession key name isActivate inconsistency, thank @skutimechanic #836
    • Fix iOS: send isActive (not isActivate) in ACTION_CALL_TOGGLE_AUDIO_SESSION events, thank @m-lhb #853
    • Fix iOS: audio session ordering and end-call action handling for edge cases, thank @m-lhb #850
    • Fix iOS: don't re-answer an already-connected call in connectedCall, thank @m-lhb #849
    • Fix iOS: crash on ACTION_CALL_CUSTOM — convert event body instead of unsafe cast, thank @andrei-uni #847
    Open source →
    Release notes
    • Fix Android: resolve build errors introduced in 3.1.4.
    • Fix Android: always call startForeground to prevent ForegroundServiceDidNotStartInTimeException, thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/857
    • Fix Android: remove automatic launch of full screen intent settings that crashes CallkitIncomingActivity on Android 14+, thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/856
    • Fix Android: stop incoming ringtone from silencing itself, and silence it correctly on volume-key press, thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/855
    • Fix Android: native OnDecline callback not running when app is in terminated state, thank @salamay https://github.com/hiennguyen92/flutter_callkit_incoming/pull/854
    • Fix Android: complete Telecom hold integration for self-managed calls, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/852
    • Fix Android: only add MICROPHONE/CAMERA foreground service types when permission is granted, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/848
    • Fix Android: restore foreground service on OS restart to prevent microphone loss in background, thank @skutimechanic https://github.com/hiennguyen92/flutter_callkit_incoming/pull/842
    • Fix Android: ActionCallToggleAudioSession key name isActivate inconsistency, thank @skutimechanic https://github.com/hiennguyen92/flutter_callkit_incoming/pull/836
    • Fix iOS: send isActive (not isActivate) in ACTION_CALL_TOGGLE_AUDIO_SESSION events, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/853
    • Fix iOS: audio session ordering and end-call action handling for edge cases, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/850
    • Fix iOS: don't re-answer an already-connected call in connectedCall, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/849
    • Fix iOS: crash on ACTION_CALL_CUSTOM — convert event body instead of unsafe cast, thank @andrei-uni https://github.com/hiennguyen92/flutter_callkit_incoming/pull/847
    Open source →
  2. 3.1.4 11 Aug 2026
    Release notes
    • Fix Android: always call startForeground to prevent ForegroundServiceDidNotStartInTimeException, thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/857
    • Fix Android: remove automatic launch of full screen intent settings that crashes CallkitIncomingActivity on Android 14+, thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/856
    • Fix Android: stop incoming ringtone from silencing itself, and silence it correctly on volume-key press, thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/855
    • Fix Android: native OnDecline callback not running when app is in terminated state, thank @salamay https://github.com/hiennguyen92/flutter_callkit_incoming/pull/854
    • Fix Android: complete Telecom hold integration for self-managed calls, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/852
    • Fix Android: only add MICROPHONE/CAMERA foreground service types when permission is granted, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/848
    • Fix Android: restore foreground service on OS restart to prevent microphone loss in background, thank @skutimechanic https://github.com/hiennguyen92/flutter_callkit_incoming/pull/842
    • Fix Android: ActionCallToggleAudioSession key name isActivate inconsistency, thank @skutimechanic https://github.com/hiennguyen92/flutter_callkit_incoming/pull/836
    • Fix iOS: send isActive (not isActivate) in ACTION_CALL_TOGGLE_AUDIO_SESSION events, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/853
    • Fix iOS: audio session ordering and end-call action handling for edge cases, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/850
    • Fix iOS: don't re-answer an already-connected call in connectedCall, thank @m-lhb https://github.com/hiennguyen92/flutter_callkit_incoming/pull/849
    • Fix iOS: crash on ACTION_CALL_CUSTOM — convert event body instead of unsafe cast, thank @andrei-uni https://github.com/hiennguyen92/flutter_callkit_incoming/pull/847
    Open source →
  3. 3.1.3 22 Jun 2026
    Release notes

    What's Changed

    • fix(android): do not launch app when call is declined by @iboogey in #829
    • Prevent app launch on call decline in Android by @hiennguyen92 in #830
    • fix: prevent app launch when declining self-managed calls on Android … by @hiennguyen92 in #831
    • ci: update publish workflow to trigger on push events for pub.dev OID… by @hiennguyen92 in #832
    • feat: add manual pub-credentials configuration to publish workflow by @hiennguyen92 in #833

    New Contributors

    Full Changelog: v3.1.2...v3.1.3

    Open source →
    Release notes
    • Fix Android: do not launch app when call is declined from self-managed Telecom connection, thank @iboogey https://github.com/hiennguyen92/flutter_callkit_incoming/pull/829
    Open source →
  4. 3.1.2 17 Jun 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 3.1.2...v3.1.2

    Open source →
    Release notes
    • Fix pack mapped data to expose call event, thank @skutimechanic https://github.com/hiennguyen92/flutter_callkit_incoming/pull/823
    • Fix iOS: restore maximumCallGroups config, hold handler, holdCall event, thank @md-riaz https://github.com/hiennguyen92/flutter_callkit_incoming/pull/825
    Open source →
  5. 3.1.1 28 May 2026
    Release notes

    Full Changelog: 3.1.0...3.1.1

    Open source →
    Release notes
    • Reorganize iOS native source directory to support Swift Package Manager (SPM) by placing all source files inside the package root (ios/flutter_callkit_incoming/Classes/).
    • Resolve SPM mixed-language constraint by removing Objective-C wrappers and implementing a pure-Swift registrar class @objc(FlutterCallkitIncomingPlugin) to ensure seamless CocoaPods backward compatibility.
    • Modernize example app's Objective-C imports in AppDelegate.m using Clang module import syntax @import flutter_callkit_incoming;.
    Open source →
  6. 3.1.0 28 May 2026
    Release notes

    What's Changed

    • Dev by @hiennguyen92 in #756
    • Enhance Incoming Call Vibration Persistence When App is Killed by @duc-cosmgate in #758
    • feat(android): implement self-managed Telecom ConnectionService by @kennss in #809
    • Adding custom color option for accept and decline buttons for android by @baldarama in #790
    • fix(android): Ringtone/Vibration stopping on auto lock by @phildupuis in #792
    • Add optional onError completion handler to showCallkitIncoming for iOS by @nukeolay in #803
    • Add Background Message Handler and Enhanced Android Foreground Service Support by @fedehsq in #800
    • fix: android duplicated notification on call connected event by @skutimechanic in #764
    • fix: ongoing ringtone and vibrations on the action call connected by @skutimechanic in #783
    • fix(ios): dynamically update CXProvider configuration for subsequent calls by @MS-Rex in #805
    • Android: fix showCallkitIncoming silently dropping calls when host process is kept alive by @sherzodkamoldinov in #808
    • fix: Refactor notification and sound management: Updated incoming not… by @AbdurahmanAlmehdi in #812
    • fix(iOS): outgoing call actionCallAccept emits default/empty Data instead of original call params by @mechtech-mind in #813
    • fix: handle null intent.action in TransparentActivity by @AlexBacich in #814

    New Contributors

    Full Changelog: 3.0.0...3.1.0

    Open source →
    Release notes
    • Add native Swift Package Manager (SPM) support for iOS with auto-linked CryptoSwift dependency.
    • Add explicit Objective-C compatible overload showCallkitIncoming(_:fromPushKit:) in SwiftFlutterCallkitIncomingPlugin to fix compilation issues in native Objective-C runner.
    • Conform AppDelegate in example project to CallkitIncomingAppDelegate by implementing the missing providerDidReset() method.
    • Update environment constraints in pubspec.yaml to require Dart SDK >=3.0.0 and Flutter >=3.10.0.
    • Add optional onError completion handler to showCallkitIncoming for iOS, thank @nukeolay https://github.com/hiennguyen92/flutter_callkit_incoming/pull/803
    • Implement self-managed Telecom ConnectionService on Android, thank @kennss https://github.com/hiennguyen92/flutter_callkit_incoming/pull/809
    • Add Background Message Handler and Enhanced Android Foreground Service Support, thank @fedehsq https://github.com/hiennguyen92/flutter_callkit_incoming/pull/800
    • Fix Android duplicated notification on call connected event, thank @skutimechanic https://github.com/hiennguyen92/flutter_callkit_incoming/pull/764
    • Refactor and improve type safety, thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/772
    • Implement volume key handling to mute incoming call sound on key press, thank @jawad1257 https://github.com/hiennguyen92/flutter_callkit_incoming/pull/781
    • Fix ongoing ringtone and vibrations on the action call connected, thank @skutimechanic https://github.com/hiennguyen92/flutter_callkit_incoming/pull/783
    • Add custom color option for accept and decline buttons for Android, thank @baldarama https://github.com/hiennguyen92/flutter_callkit_incoming/pull/790
    • Fix Android ringtone/vibration stopping on auto lock, thank @phildupuis https://github.com/hiennguyen92/flutter_callkit_incoming/pull/792
    • Dynamically update CXProvider configuration for subsequent calls on iOS, thank @MS-Rex https://github.com/hiennguyen92/flutter_callkit_incoming/pull/805
    • Fix Android showCallkitIncoming silently dropping calls when host process is kept alive, thank @sherzodkamoldinov https://github.com/hiennguyen92/flutter_callkit_incoming/pull/808
    • Refactor notification and sound management: Updated incoming notification, thank @AbdurahmanAlmehdi https://github.com/hiennguyen92/flutter_callkit_incoming/pull/812
    • Fix iOS outgoing call actionCallAccept emitting default/empty Data instead of original call params, thank @mechtech-mind https://github.com/hiennguyen92/flutter_callkit_incoming/pull/813
    • Fix and handle null intent.action in TransparentActivity, thank @AlexBacich https://github.com/hiennguyen92/flutter_callkit_incoming/pull/814
    Open source →
  7. 3.0.0 05 Sep 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 2.5.8...3.0.0

    Open source →
    Release notes
    • Using Plugin DSL for Android, thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/743
    • Add Android native callback, thank @joshoconnor89 https://github.com/hiennguyen92/flutter_callkit_incoming/pull/736
    • Improve plugin lifecycle, thank @lohzi97 https://github.com/hiennguyen92/flutter_callkit_incoming/pull/746
    • Fixed some bugs.
    Open source →
  8. 2.5.8 05 Aug 2025
    Release notes

    2.5.8

    • Fix OnGoing notification Android
    • Add missed call notification for iOS(notification/callback action - need to setup more in AppDelegate.swift)
    • Add requestNotificationPermission for iOS

    Full Changelog: 2.5.7...2.5.8

    Open source →
    Release notes
    • Fix OnGoing notification Android
    • Add missed call notification for iOS(notification/callback action - need to setup more in AppDelegate.swift)
    • Add requestNotificationPermission for iOS
    Open source →
  9. 2.5.7 30 Jul 2025
    Release notes

    Full Changelog: 2.5.7...2.5.7

    Open source →
    Release notes
    • Fix build Android
    • Fix stop sound notification when screen off Android
    Open source →
  10. 2.5.6 29 Jul 2025
    Release notes
    • Fix bug duplicate permission Android
    • Replaces MediaPlayer with Ringtone Android
    • Fix bug notification channel Android
    • Stop sound notification when screen off Android
    Open source →
  11. 2.5.5 22 Jul 2025
    Release notes
    • Fix bug duplicate permission Android
    Open source →
  12. 2.5.4 18 Jul 2025
    Release notes
    • Fix bug custom permission Android
    • Remove calling notification when task remove
    • Fixed calling notification show
    • Fixed some bugs.
    Open source →
  13. 2.5.3 16 Jul 2025
    Release notes
    • Update Android 14+ compatibility(force CallStyle/FOREGROUND_SERVICE_PHONE_CALL for https://developer.android.com/about/versions/14/behavior-changes-all#non-dismissable-notifications)
    • Change structure Notification/Sound on Android
    • Update get avatar from assets(Android), thanks @Ricky-yu https://github.com/hiennguyen92/flutter_callkit_incoming/pull/674
    • Add isAccepted properties for iOS and only show facetime button if support video, thank @td2thinh https://github.com/hiennguyen92/flutter_callkit_incoming/pull/673
    • Fixed some bugs.
    Open source →
  14. 2.5.3-alpha 30 Jun 2025 pre-release
    Release notes
    • Update Android 14+ compatibility(force CallStyle/FOREGROUND_SERVICE_PHONE_CALL for https://developer.android.com/about/versions/14/behavior-changes-all#non-dismissable-notifications)
    • Fixed some bugs.
    Open source →
  15. 2.5.2 07 Apr 2025
    Release notes
    • Add notification calling for Android callingNotification, thank @ebsangam https://github.com/hiennguyen92/flutter_callkit_incoming/pull/662
    • Add logoUrl properties (inside android prop)
    • Fixed issue DMTF IOS, thank @minn-ee https://github.com/hiennguyen92/flutter_callkit_incoming/issues/577
    • Fixed issue duplicate missing notification Android
    • Fixed some bugs.
    Open source →
  16. 2.5.1 19 Mar 2025
    Release notes
    • Fix issue security Android, thanks @datpt11 https://github.com/hiennguyen92/flutter_callkit_incoming/issues/651
    Open source →
  17. 2.5.0 04 Jan 2025
    Release notes
    • update jvmToolchain(17) for Android
    Open source →
  18. 2.0.4 17 Apr 2024
    Release notes
    • Removed Telecom Framework (Android)
    • Fixed hide notification for action CallBack (Android)
    Open source →
  19. 2.0.4+1 20 May 2024
    Release notes
    • Removed Telecom Framework (Android)
    Open source →
  20. 2.0.4+2 22 Sep 2024
    Release notes
    • add func requestFullIntentPermission (Android 14+) thank @Spyspyspy https://github.com/hiennguyen92/flutter_callkit_incoming/pull/584
    • set Notification call style (Android) thank @AAkira https://github.com/hiennguyen92/flutter_callkit_incoming/pull/553
    • Many other issues
      1. add prop accepted in activeCalls (iOS) thank @vasilich6107
    Open source →
  21. 2.0.3 06 Mar 2024
    Release notes
    • Fixed linked func hideCallkitIncoming
    Open source →
  22. 2.0.2 05 Mar 2024
    Release notes
    • Add func hideCallkitIncoming clear the incoming notification/ring (after accept/decline/timeout)
    • Add props isShowFullLockedScreen on Android
    • Fixed example/Fixed update android 14
    Open source →
  23. 2.0.2+1 05 Mar 2024 withdrawn
    Release notes
    • Fixed linked func hideCallkitIncoming
    Open source →
  24. 2.0.2+2 05 Mar 2024 withdrawn
    Release notes
    • Fixed linked func hideCallkitIncoming
    Open source →
  25. 2.0.1 05 Jan 2024
    Release notes
    • Fixed some bugs.
    • Android using Telecom Framework
    • Add silenceEvents
    • Add normalHandle props https://github.com/hiennguyen92/flutter_callkit_incoming/pull/403
    • Android add textColor props https://github.com/hiennguyen92/flutter_callkit_incoming/pull/398
    • Android invisible avatar for default https://github.com/hiennguyen92/flutter_callkit_incoming/pull/393
    • Add Method for call API when accept/decline/end/timeout
    Open source →
  26. 2.0.1+1 09 Jan 2024
    Release notes
    • Add Callback AVAudioSession for WebRTC setup
    • Fix issue no audio for using WebRTC
    Open source →
  27. 2.0.1+2 20 Jan 2024
    Release notes
    • Add Action for onDecline
    • Add Action for onEnd
    • add android props isShowCallID
    Open source →
  28. 2.0.1-dev.2 06 Jan 2024 pre-release
    Release notes
    • Add Action for onAccept
    Open source →
  29. 2.0.1-dev.1 05 Jan 2024 pre-release
    Release notes
    • Add AVAudioSession Appdelegate(iOS)
    Open source →
  30. 2.0.1-dev 05 Jan 2024 pre-release
    Release notes
    • Add AVAudioSession Appdelegate(iOS)
    Open source →
  31. 2.0.0 13 May 2023
    Release notes
    • Fixed some bugs.
    • Adapt flutter_lints and use lowerCamelCase to Event enum
    • Rename properties textMisssedCall -> subtitle, textCallback -> callbackText, isShowMissedCallNotification -> showNotification,
    • Move inside properties missedCallNotification {showNotification, isShowCallback, subtitle, callbackText}
    • Add setCallConnected option iOS await FlutterCallkitIncoming.setCallConnected(this._currentUuid)
    • Add hold option iOS
    • Add mute call option iOS
    • Many other issues
      1. Thank @ryojiro https://github.com/hiennguyen92/flutter_callkit_incoming/pull/263 https://github.com/hiennguyen92/flutter_callkit_incoming/pull/264 https://github.com/hiennguyen92/flutter_callkit_incoming/pull/262
      2. Many Thank @mouEsam https://github.com/hiennguyen92/flutter_callkit_incoming/pull/227
      3. ...
    Open source →
  32. 2.0.0+1 09 Jun 2023
    Release notes
    • Fixed some bugs.
    • Add landscape for tablet
    • Fix issue head-up for redmi / xiaomi devices
    Open source →
  33. 2.0.0+2 25 Sep 2023
    Release notes
    • Fixed some bugs.
    • Support request permission for Android 13+ requestNotificationPermission
    Open source →
  34. 1.0.3 21 Dec 2022 withdrawn
    Release notes
    • REMOVED
    Open source →
  35. 1.0.3+1 21 Dec 2022
    Release notes
    • Dart class models instead using dynamic types and Maps (thank @icodelifee - https://github.com/hiennguyen92/flutter_callkit_incoming/pull/180)
    • Allow to call from native Android (thank @fabiocody - https://github.com/hiennguyen92/flutter_callkit_incoming/pull/185)
    • Add android notification channel name incomingCallNotificationChannelName missedCallNotificationChannelName (thank @AAkira - https://github.com/hiennguyen92/flutter_callkit_incoming/pull/177)
    • Adding the feature to change template of notification to small isCustomSmallExNotification (thank @anocean2 - https://github.com/hiennguyen92/flutter_callkit_incoming/pull/196)
    • Fixed ringtone sound not playing in Release mode on Android (thank @mschudt - https://github.com/hiennguyen92/flutter_callkit_incoming/pull/204)
    • Fixed some bugs.
    Open source →
  36. 1.0.3+2 09 Jan 2023
    Release notes
    • REMOVED
    Open source →
  37. 1.0.3+3 09 Jan 2023
    Release notes
    • Update README.md
    • Fixed some bugs.
    Open source →
  38. 1.0.2 29 Apr 2022
    Release notes
    • Fixed issue open app(terminated/background state - Android).
    • Completed Example
    • Fixed some bugs.
    Open source →
  39. 1.0.2+1 20 May 2022
    Release notes
    • Issue no audio when Accept(iOS)
    • Duplicate sound notification(Android)
    • Support Flutter 3
    • Fixed some bugs.
    Open source →
  40. 1.0.2+2 25 Aug 2022
    Release notes
    • Fix notification Android 12
    • Fix sound notification
    • Support backgroundUrl using path assets
    • Fixed some bugs.
    Open source →
  41. 1.0.1 21 Feb 2022
    Release notes
    • Pustkit and VoIP setup instructions (PUSHKIT.md)
    • Callback from Recent History IOS
    • Using System ringtone for default
    • Fixed func endAllCalls() Android
    • Bugs Android 12.
    • Fixed some bugs.
    Open source →
  42. 1.0.1+1 21 Feb 2022
    Release notes
    • Switch using Service for Ringtone(Android)
    • Fixed issue vibration(Android)
    • Add getDevicePushTokenVoIP() feature
    • Fixed some bugs.
    Open source →
  43. 1.0.1+2 23 Feb 2022
    Release notes
    • Fixed issue default ringtone(Android)
    • Fixed issue vibration(Android)
    • Fixed issue sound play type ringtone volumn system(Android)
    • Fixed flow incomming screen(Android)
    • Fixed some bugs.
    Open source →
  44. 1.0.1+3 11 Mar 2022
    Release notes
    • add props isShowCallback using show Callback for miss call(Android)
    • public props data call for Object-C/Swift
    • Example using FCM(Android)
    • Fixed some bugs.
    Open source →
  45. 1.0.1+4 16 Mar 2022
    Release notes
    • add showMissCallNotification only for Android, using show miss call notification
    • Fixed some bugs.
    Open source →
  46. 1.0.1+5 17 Mar 2022
    Release notes
    • Update custom miss call notification
    • Fixed issue open app(terminated/background state).
    Open source →
  47. 1.0.1+6 03 Apr 2022
    Release notes
    • Add props for text
    • Fixed issue open app(terminated/background state).
    • Fixed some bugs.
    Open source →
  48. 1.0.1+7 14 Apr 2022
    Release notes
    • Fixed issue open app(terminated/background state).
    • Fixed some bugs.
    Open source →
  49. 1.0.1+8 28 Apr 2022
    Release notes
    • Add props isShowMissedCallNotification using show Missed call notification(Android)
    • Fixed issue decline(terminated/background state - there will be about 3 seconds to call the api before the app is closed.)
    • Fixed some bugs.
    Open source →
  50. 1.0.0 19 Oct 2021
    Release notes
    • Initial release.
    Open source →
  51. 1.0.0+1 20 Oct 2021
    Release notes
    • Update README.md.
    • Fixed some bugs.
    Open source →
  52. 1.0.0+2 23 Oct 2021
    Release notes
    • Update README.md.
    • Update documentation.
    Open source →
  53. 1.0.0+3 02 Nov 2021
    Release notes
    • Update README.md.
    • Add props android isShowLogo.
    • Fixed some bugs.
    Open source →
  54. 1.0.0+4 16 Nov 2021
    Release notes
    • Update README.md.
    • Add func activeCalls() Get active calls
    • Remove notification when click action Call back (Android).
    • Bugs no activation of the audio session (iOS)
    • Fixed some bugs.
    Open source →
  55. 1.0.0+5 28 Nov 2021
    Release notes
    • Fixed endCall
    • Bugs Targeting Android 12 (Android).
    • Bugs audio session (iOS)
    • Fixed some bugs.
    Open source →
  56. 1.0.0+6 07 Dec 2021
    Release notes
    • Fixed func activeCalls() Get active calls
    Open source →
  57. 1.0.0+7 08 Dec 2021
    Release notes
    • Add custom headers using for avatar/background image (only for Android)
    Open source →
  58. 1.0.0+8 24 Dec 2021
    Release notes
    • Share func call from native(iOS)
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive