@telnyx/react-voice-commons-sdk 0.1.3 → 0.1.4
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/CHANGELOG.md +21 -3
- package/README.md +469 -483
- package/TelnyxVoiceCommons.podspec +31 -31
- package/ios/CallKitBridge.m +43 -43
- package/ios/CallKitBridge.swift +874 -874
- package/ios/VoicePnBridge.m +30 -30
- package/ios/VoicePnBridge.swift +86 -86
- package/lib/telnyx-voice-app.js +107 -56
- package/package.json +115 -111
- package/src/callkit/callkit-coordinator.ts +830 -830
- package/src/internal/calls/call-state-controller.ts +407 -407
- package/src/internal/session/session-manager.ts +483 -483
- package/src/internal/voice-pn-bridge.ts +266 -266
- package/src/models/call-state.ts +105 -105
- package/src/models/call.ts +502 -502
- package/src/telnyx-voice-app.tsx +788 -737
- package/src/telnyx-voip-client.ts +551 -551
- package/src/types/telnyx-sdk.d.ts +93 -93
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
# CHANGELOG.md
|
|
2
2
|
|
|
3
|
-
## [0.1.
|
|
3
|
+
## [0.1.4](https://www.npmjs.com/package/@telnyx/react-voice-commons-sdk/v/0.1.4) (2025-11-27)
|
|
4
|
+
|
|
5
|
+
### Documentation
|
|
6
|
+
|
|
7
|
+
• Comprehensive push notification documentation (setup guides for Android FCM and iOS APNs)
|
|
8
|
+
• Quick Start Guide with step-by-step integration examples
|
|
9
|
+
• Portal setup guide for Firebase and Apple certificate configuration
|
|
10
|
+
• App setup guide for native Android and iOS implementation
|
|
11
|
+
• Cleaned up documentation formatting (removed emoji characters)
|
|
12
|
+
• Fixed documentation links to point to actual API references
|
|
13
|
+
• Updated CHANGELOG links to use npm package URLs
|
|
14
|
+
|
|
15
|
+
### Enhancements
|
|
16
|
+
|
|
17
|
+
• Added `.gitignore` entries for `react-voice-commons-sdk/android/build` artifacts
|
|
18
|
+
• Improved documentation structure with dedicated quickstart section
|
|
19
|
+
• Enhanced TypeDoc markdown output configuration
|
|
20
|
+
|
|
21
|
+
## [0.1.2](https://www.npmjs.com/package/@telnyx/react-voice-commons-sdk/v/0.1.2) (2025-11-04)
|
|
4
22
|
|
|
5
23
|
### Enhancement
|
|
6
24
|
|
|
@@ -14,7 +32,7 @@
|
|
|
14
32
|
|
|
15
33
|
• Package metadata and npm publishing configuration
|
|
16
34
|
|
|
17
|
-
## [0.1.1](https://
|
|
35
|
+
## [0.1.1](https://www.npmjs.com/package/@telnyx/react-voice-commons-sdk/v/0.1.1) (2025-11-02)
|
|
18
36
|
|
|
19
37
|
### Enhancement
|
|
20
38
|
|
|
@@ -32,7 +50,7 @@
|
|
|
32
50
|
• Session management
|
|
33
51
|
• TypeScript type definitions
|
|
34
52
|
|
|
35
|
-
## [0.1.0](https://
|
|
53
|
+
## [0.1.0](https://www.npmjs.com/package/@telnyx/react-voice-commons-sdk/v/0.1.0) (2025-11-01)
|
|
36
54
|
|
|
37
55
|
### Enhancement
|
|
38
56
|
|