expo-callkit-telecom 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# 📞 expo-callkit-telecom
|
|
2
2
|
|
|
3
|
+
> A modern Expo module — written in Swift and Kotlin — that wraps **CallKit** on iOS and **Jetpack Core-Telecom** on Android with API parity. It owns the system call UI, the audio session, and VoIP push — your app owns the media (e.g. LiveKit, plain WebRTC, etc.).
|
|
4
|
+
|
|
5
|
+
The module is opinionated about *system integration* and unopinionated about *media*. You wire your media library to the events it emits.
|
|
6
|
+
|
|
3
7
|
<p>
|
|
4
8
|
<a href="https://www.npmjs.com/package/expo-callkit-telecom"><img alt="npm version" src="https://img.shields.io/npm/v/expo-callkit-telecom.svg"></a>
|
|
5
9
|
<a href="https://www.npmjs.com/package/expo-callkit-telecom"><img alt="npm downloads" src="https://img.shields.io/npm/dm/expo-callkit-telecom.svg"></a>
|
|
@@ -7,10 +11,6 @@
|
|
|
7
11
|
<img alt="license" src="https://img.shields.io/npm/l/expo-callkit-telecom">
|
|
8
12
|
</p>
|
|
9
13
|
|
|
10
|
-
> A modern Expo module — written in Swift and Kotlin — that wraps **CallKit** on iOS and **Jetpack Core-Telecom** on Android with API parity. It owns the system call UI, the audio session, and VoIP push — your app owns the media (e.g. LiveKit, plain WebRTC, etc.).
|
|
11
|
-
|
|
12
|
-
The module is opinionated about *system integration* and unopinionated about *media*. You wire your media library to the events it emits.
|
|
13
|
-
|
|
14
14
|
## ✨ Features
|
|
15
15
|
|
|
16
16
|
- 📱 **Native calling UI** — CallKit on iOS, Telecom incoming-call notification + full-screen intent on Android
|
package/package.json
CHANGED