rns-nativecall 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -127,10 +127,8 @@ export default function App() {
127
127
  }
128
128
  ```
129
129
  ---
130
- ### 📖 API Reference
131
- # rns-nativecall API Reference
130
+ ## 📖 rns-nativecall API Reference
132
131
 
133
- ## API Reference
134
132
 
135
133
  ### Core Methods
136
134
  | Method | Platform | Description |
@@ -138,8 +136,8 @@ export default function App() {
138
136
  | **registerHeadlessTask(callback)** | All | Registers the background task. `eventType` is 'INCOMING_CALL', 'BUSY', or 'ABORTED_CALL'. |
139
137
  | **displayCall(uuid, name, type)** | All | Launches full-screen Activity (Android) or reports to CallKit (iOS). |
140
138
  | **destroyNativeCallUI(uuid)** | All | Stops ringtone/Activity (Android) or ends CallKit session (iOS). |
141
- | **showMissedCall(uuid, name, type)** | Android | Posts a persistent notification in the device tray for missed calls. |
142
139
  | **subscribe(onAccept, onReject, onFailed)** | All | Listens for Answer/Decline actions and system-level bridge errors. |
140
+ | **showMissedCall(uuid, name, type)** | Android | Posts a persistent notification in the device tray for missed calls. |
143
141
 
144
142
  ### Data & State Management
145
143
  | Method | Platform | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rns-nativecall",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "High-performance React Native module for handling native VoIP call UI on Android and iOS.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",