callbundle_ios 1.0.0
callbundle_ios: ^1.0.0 copied to clipboard
iOS implementation of the CallBundle plugin using CallKit. Handles PushKit, audio session, and missed call notifications inside the plugin.
1.0.0 #
- Initial release of the CallBundle iOS implementation.
- CallKit integration via
CXProviderandCXCallController. - PushKit VoIP push handling inside the plugin (no AppDelegate code).
AudioSessionManagerwith.mixWithOthersto prevent HMS audio conflicts.CallStorewith thread-safe serial queue and cold-start persistence.- Missed call local notifications via
UNUserNotificationCenter. - Deterministic UUID mapping for string-based callIds.