@ringg/react-native 0.0.1-alpha.9 → 0.2.0

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 (118) hide show
  1. package/dist/index.d.mts +964 -0
  2. package/dist/index.d.ts +964 -0
  3. package/dist/index.js +1164 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/index.mjs +1129 -0
  6. package/dist/index.mjs.map +1 -0
  7. package/package.json +24 -66
  8. package/LICENSE +0 -21
  9. package/README.md +0 -250
  10. package/app.plugin.js +0 -51
  11. package/lib/module/adapters/index.js +0 -4
  12. package/lib/module/adapters/index.js.map +0 -1
  13. package/lib/module/adapters/livekit-rn-adapter.js +0 -216
  14. package/lib/module/adapters/livekit-rn-adapter.js.map +0 -1
  15. package/lib/module/components/RinggWidget.js +0 -554
  16. package/lib/module/components/RinggWidget.js.map +0 -1
  17. package/lib/module/components/steps/ButtonsStep.js +0 -146
  18. package/lib/module/components/steps/ButtonsStep.js.map +0 -1
  19. package/lib/module/components/steps/CalendarStep.js +0 -190
  20. package/lib/module/components/steps/CalendarStep.js.map +0 -1
  21. package/lib/module/components/steps/ConfirmationStep.js +0 -175
  22. package/lib/module/components/steps/ConfirmationStep.js.map +0 -1
  23. package/lib/module/components/steps/FormStep.js +0 -346
  24. package/lib/module/components/steps/FormStep.js.map +0 -1
  25. package/lib/module/components/steps/InteractiveFlow.js +0 -249
  26. package/lib/module/components/steps/InteractiveFlow.js.map +0 -1
  27. package/lib/module/components/ui/ActionButton.js +0 -92
  28. package/lib/module/components/ui/ActionButton.js.map +0 -1
  29. package/lib/module/components/ui/CallControls.js +0 -168
  30. package/lib/module/components/ui/CallControls.js.map +0 -1
  31. package/lib/module/components/ui/FeedbackScreen.js +0 -180
  32. package/lib/module/components/ui/FeedbackScreen.js.map +0 -1
  33. package/lib/module/components/ui/Icons.js +0 -294
  34. package/lib/module/components/ui/Icons.js.map +0 -1
  35. package/lib/module/components/ui/MessageBubble.js +0 -80
  36. package/lib/module/components/ui/MessageBubble.js.map +0 -1
  37. package/lib/module/components/ui/TabSelector.js +0 -80
  38. package/lib/module/components/ui/TabSelector.js.map +0 -1
  39. package/lib/module/components/ui/WidgetHeader.js +0 -168
  40. package/lib/module/components/ui/WidgetHeader.js.map +0 -1
  41. package/lib/module/context/RinggProvider.js +0 -134
  42. package/lib/module/context/RinggProvider.js.map +0 -1
  43. package/lib/module/context/index.js +0 -4
  44. package/lib/module/context/index.js.map +0 -1
  45. package/lib/module/globals.d.js +0 -2
  46. package/lib/module/globals.d.js.map +0 -1
  47. package/lib/module/hooks/index.js +0 -10
  48. package/lib/module/hooks/index.js.map +0 -1
  49. package/lib/module/hooks/useRinggCall.js +0 -259
  50. package/lib/module/hooks/useRinggCall.js.map +0 -1
  51. package/lib/module/hooks/useRinggChat.js +0 -141
  52. package/lib/module/hooks/useRinggChat.js.map +0 -1
  53. package/lib/module/hooks/useRinggComponents.js +0 -236
  54. package/lib/module/hooks/useRinggComponents.js.map +0 -1
  55. package/lib/module/hooks/useRinggFeedback.js +0 -66
  56. package/lib/module/hooks/useRinggFeedback.js.map +0 -1
  57. package/lib/module/hooks/useRinggTheme.js +0 -39
  58. package/lib/module/hooks/useRinggTheme.js.map +0 -1
  59. package/lib/module/hooks/useRinggTranscripts.js +0 -70
  60. package/lib/module/hooks/useRinggTranscripts.js.map +0 -1
  61. package/lib/module/hooks/useRinggWidgetState.js +0 -51
  62. package/lib/module/hooks/useRinggWidgetState.js.map +0 -1
  63. package/lib/module/index.js +0 -56
  64. package/lib/module/index.js.map +0 -1
  65. package/lib/module/package.json +0 -1
  66. package/lib/typescript/adapters/index.d.ts +0 -2
  67. package/lib/typescript/adapters/index.d.ts.map +0 -1
  68. package/lib/typescript/adapters/livekit-rn-adapter.d.ts +0 -38
  69. package/lib/typescript/adapters/livekit-rn-adapter.d.ts.map +0 -1
  70. package/lib/typescript/components/RinggWidget.d.ts +0 -44
  71. package/lib/typescript/components/RinggWidget.d.ts.map +0 -1
  72. package/lib/typescript/components/steps/ButtonsStep.d.ts +0 -17
  73. package/lib/typescript/components/steps/ButtonsStep.d.ts.map +0 -1
  74. package/lib/typescript/components/steps/CalendarStep.d.ts +0 -16
  75. package/lib/typescript/components/steps/CalendarStep.d.ts.map +0 -1
  76. package/lib/typescript/components/steps/ConfirmationStep.d.ts +0 -16
  77. package/lib/typescript/components/steps/ConfirmationStep.d.ts.map +0 -1
  78. package/lib/typescript/components/steps/FormStep.d.ts +0 -17
  79. package/lib/typescript/components/steps/FormStep.d.ts.map +0 -1
  80. package/lib/typescript/components/steps/InteractiveFlow.d.ts +0 -23
  81. package/lib/typescript/components/steps/InteractiveFlow.d.ts.map +0 -1
  82. package/lib/typescript/components/ui/ActionButton.d.ts +0 -22
  83. package/lib/typescript/components/ui/ActionButton.d.ts.map +0 -1
  84. package/lib/typescript/components/ui/CallControls.d.ts +0 -22
  85. package/lib/typescript/components/ui/CallControls.d.ts.map +0 -1
  86. package/lib/typescript/components/ui/FeedbackScreen.d.ts +0 -24
  87. package/lib/typescript/components/ui/FeedbackScreen.d.ts.map +0 -1
  88. package/lib/typescript/components/ui/Icons.d.ts +0 -28
  89. package/lib/typescript/components/ui/Icons.d.ts.map +0 -1
  90. package/lib/typescript/components/ui/MessageBubble.d.ts +0 -17
  91. package/lib/typescript/components/ui/MessageBubble.d.ts.map +0 -1
  92. package/lib/typescript/components/ui/TabSelector.d.ts +0 -21
  93. package/lib/typescript/components/ui/TabSelector.d.ts.map +0 -1
  94. package/lib/typescript/components/ui/WidgetHeader.d.ts +0 -20
  95. package/lib/typescript/components/ui/WidgetHeader.d.ts.map +0 -1
  96. package/lib/typescript/context/RinggProvider.d.ts +0 -53
  97. package/lib/typescript/context/RinggProvider.d.ts.map +0 -1
  98. package/lib/typescript/context/index.d.ts +0 -3
  99. package/lib/typescript/context/index.d.ts.map +0 -1
  100. package/lib/typescript/hooks/index.d.ts +0 -15
  101. package/lib/typescript/hooks/index.d.ts.map +0 -1
  102. package/lib/typescript/hooks/useRinggCall.d.ts +0 -41
  103. package/lib/typescript/hooks/useRinggCall.d.ts.map +0 -1
  104. package/lib/typescript/hooks/useRinggChat.d.ts +0 -29
  105. package/lib/typescript/hooks/useRinggChat.d.ts.map +0 -1
  106. package/lib/typescript/hooks/useRinggComponents.d.ts +0 -52
  107. package/lib/typescript/hooks/useRinggComponents.d.ts.map +0 -1
  108. package/lib/typescript/hooks/useRinggFeedback.d.ts +0 -23
  109. package/lib/typescript/hooks/useRinggFeedback.d.ts.map +0 -1
  110. package/lib/typescript/hooks/useRinggTheme.d.ts +0 -40
  111. package/lib/typescript/hooks/useRinggTheme.d.ts.map +0 -1
  112. package/lib/typescript/hooks/useRinggTranscripts.d.ts +0 -30
  113. package/lib/typescript/hooks/useRinggTranscripts.d.ts.map +0 -1
  114. package/lib/typescript/hooks/useRinggWidgetState.d.ts +0 -38
  115. package/lib/typescript/hooks/useRinggWidgetState.d.ts.map +0 -1
  116. package/lib/typescript/index.d.ts +0 -44
  117. package/lib/typescript/index.d.ts.map +0 -1
  118. package/lib/typescript/package.json +0 -1
package/app.plugin.js DELETED
@@ -1,51 +0,0 @@
1
- /**
2
- * Expo config plugin for @ringg/react-native.
3
- *
4
- * Automatically configures the native project for voice calls:
5
- * - Microphone permission (iOS + Android)
6
- * - Audio background mode (iOS) — keeps calls alive when backgrounded
7
- * - WebRTC build settings (bitcode disabled, network permissions)
8
- * - LiveKit native lifecycle (auto-linked via expo-module.config.json)
9
- *
10
- * Usage in app.json:
11
- * { "plugins": ["@ringg/react-native"] }
12
- *
13
- * Or with options:
14
- * { "plugins": [["@ringg/react-native", { "enableCamera": true }]] }
15
- */
16
-
17
- const { createRunOncePlugin, withInfoPlist } = require("expo/config-plugins");
18
- const pkg = require("./package.json");
19
-
20
- /**
21
- * @param {import('expo/config-plugins').ExpoConfig} config
22
- * @param {{ enableCamera?: boolean, microphonePermission?: string }} [props]
23
- */
24
- function withRingg(config, props = {}) {
25
- const { enableCamera = false, microphonePermission } = props;
26
-
27
- // 1. WebRTC native setup: permissions, bitcode, Android manifest
28
- const webrtcPlugin = require("@config-plugins/react-native-webrtc");
29
- const withWebRTC = webrtcPlugin.default || webrtcPlugin;
30
- config = withWebRTC(config, {
31
- cameraPermission: enableCamera ? "This app uses the camera for video calls." : false,
32
- microphonePermission: microphonePermission || "This app uses the microphone for voice calls with the AI agent.",
33
- });
34
-
35
- // 2. iOS background audio — keeps voice calls alive when app is backgrounded
36
- config = withInfoPlist(config, (cfg) => {
37
- const modes = cfg.modResults.UIBackgroundModes || [];
38
- if (!modes.includes("audio")) {
39
- cfg.modResults.UIBackgroundModes = [...modes, "audio"];
40
- }
41
- return cfg;
42
- });
43
-
44
- // LiveKit native lifecycle (iOS AppDelegate subscriber, Android audio config)
45
- // is auto-linked by Expo via @livekit/react-native-expo-plugin's
46
- // expo-module.config.json — no manual plugin call needed.
47
-
48
- return config;
49
- }
50
-
51
- module.exports = createRunOncePlugin(withRingg, pkg.name, pkg.version);
@@ -1,4 +0,0 @@
1
- "use strict";
2
-
3
- export { LiveKitRNAdapter } from "./livekit-rn-adapter.js";
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["LiveKitRNAdapter"],"sourceRoot":"../../../src","sources":["adapters/index.ts"],"mappings":";;AAAA,SAASA,gBAAgB,QAAQ,yBAAsB","ignoreList":[]}
@@ -1,216 +0,0 @@
1
- "use strict";
2
-
3
- /**
4
- * React Native implementation of the LiveKitAdapter interface.
5
- *
6
- * Wraps `livekit-client` (which @livekit/react-native patches for RN compatibility)
7
- * to provide the same abstract interface that @ringg/core expects.
8
- *
9
- * Automatically calls `registerGlobals()` on first use — consumers don't need to
10
- * call it themselves.
11
- */
12
-
13
- import { Platform } from "react-native";
14
- import { Room, RoomEvent, LocalParticipant } from "livekit-client";
15
- import { isAgentIdentity } from "@ringg/core";
16
- /**
17
- * Ensures WebRTC globals and polyfills are registered exactly once.
18
- * Called lazily before the first room connection — not at module scope —
19
- * so the native module has time to load.
20
- */
21
- let _globalsRegistered = false;
22
- function ensureGlobals() {
23
- if (_globalsRegistered || Platform.OS === "web") return;
24
- try {
25
- // eslint-disable-next-line @typescript-eslint/no-var-requires
26
- const {
27
- registerGlobals
28
- } = require("@livekit/react-native");
29
- registerGlobals();
30
- _globalsRegistered = true;
31
- } catch {
32
- // @livekit/react-native not available (e.g. SSR or test env) — skip
33
- }
34
- }
35
- export class LiveKitRNAdapter {
36
- cleanupFns = [];
37
- constructor(roomOptions) {
38
- ensureGlobals();
39
- this.room = new Room({
40
- dynacast: true,
41
- adaptiveStream: true,
42
- ...roomOptions
43
- });
44
- }
45
-
46
- /** Expose the underlying Room for advanced usage or LiveKit hooks. */
47
- getRoom() {
48
- return this.room;
49
- }
50
-
51
- // ─── Connection ─────────────────────────────────────────────────────────
52
-
53
- getConnectionState() {
54
- switch (this.room.state) {
55
- case "connected":
56
- return "connected";
57
- case "reconnecting":
58
- return "reconnecting";
59
- case "disconnected":
60
- return "disconnected";
61
- default:
62
- return "disconnected";
63
- }
64
- }
65
- async connect(url, token) {
66
- await this.room.connect(url, token);
67
- }
68
- disconnect() {
69
- try {
70
- this.room.disconnect();
71
- } catch (err) {
72
- // Suppress "cannot send signal request before connected" errors —
73
- // this happens when disconnect() races with a reconnection attempt
74
- // and the room tries to send a leave signal while not fully connected.
75
- // Suppress "cannot send signal request before connected" — races with reconnection
76
- }
77
- }
78
-
79
- // ─── Microphone ─────────────────────────────────────────────────────────
80
-
81
- async setMicrophoneEnabled(enabled) {
82
- await this.room.localParticipant.setMicrophoneEnabled(enabled);
83
- }
84
- isMicrophoneEnabled() {
85
- return this.room.localParticipant.isMicrophoneEnabled;
86
- }
87
-
88
- // ─── RPC ────────────────────────────────────────────────────────────────
89
-
90
- registerRpcMethod(method, handler) {
91
- this.room.registerRpcMethod(method, async data => {
92
- return handler({
93
- method,
94
- payload: data.payload,
95
- callerIdentity: data.callerIdentity
96
- });
97
- });
98
- }
99
- unregisterRpcMethod(method) {
100
- this.room.unregisterRpcMethod(method);
101
- }
102
- async performRpc(destinationIdentity, method, payload) {
103
- return this.room.localParticipant.performRpc({
104
- destinationIdentity,
105
- method,
106
- payload
107
- });
108
- }
109
-
110
- // ─── Text Streams ───────────────────────────────────────────────────────
111
-
112
- registerTextStreamHandler(topic, handler) {
113
- this.room.registerTextStreamHandler(topic, async (reader, participantInfo) => {
114
- try {
115
- const message = await reader.readAll();
116
- handler({
117
- message,
118
- participantIdentity: participantInfo.identity ?? ""
119
- });
120
- } catch (err) {
121
- console.error("[LiveKitRNAdapter] Error reading text stream:", err);
122
- }
123
- });
124
- }
125
- unregisterTextStreamHandler(topic) {
126
- this.room.unregisterTextStreamHandler(topic);
127
- }
128
-
129
- // ─── Event Subscriptions ────────────────────────────────────────────────
130
-
131
- onConnectionStateChange(handler) {
132
- const mapState = () => this.getConnectionState();
133
- const onConnected = () => handler(mapState());
134
- const onDisconnected = () => handler("disconnected");
135
- const onReconnecting = () => handler("reconnecting");
136
- const onReconnected = () => handler(mapState());
137
- this.room.on(RoomEvent.Connected, onConnected);
138
- this.room.on(RoomEvent.Disconnected, onDisconnected);
139
- this.room.on(RoomEvent.Reconnecting, onReconnecting);
140
- this.room.on(RoomEvent.Reconnected, onReconnected);
141
- const unsub = () => {
142
- this.room.off(RoomEvent.Connected, onConnected);
143
- this.room.off(RoomEvent.Disconnected, onDisconnected);
144
- this.room.off(RoomEvent.Reconnecting, onReconnecting);
145
- this.room.off(RoomEvent.Reconnected, onReconnected);
146
- };
147
- this.cleanupFns.push(unsub);
148
- return unsub;
149
- }
150
- onParticipantDisconnected(handler) {
151
- const onDisconnect = participant => {
152
- handler(participant.identity);
153
- };
154
- this.room.on(RoomEvent.ParticipantDisconnected, onDisconnect);
155
- const unsub = () => {
156
- this.room.off(RoomEvent.ParticipantDisconnected, onDisconnect);
157
- };
158
- this.cleanupFns.push(unsub);
159
- return unsub;
160
- }
161
- onDisconnected(handler) {
162
- this.room.on(RoomEvent.Disconnected, handler);
163
- const unsub = () => {
164
- this.room.off(RoomEvent.Disconnected, handler);
165
- };
166
- this.cleanupFns.push(unsub);
167
- return unsub;
168
- }
169
- onTranscription(handler) {
170
- const onSegments = (segments, participant) => {
171
- if (!participant) return;
172
- for (const seg of segments) {
173
- handler({
174
- id: seg.id,
175
- text: seg.text,
176
- isFinal: seg.final,
177
- participantIdentity: participant.identity,
178
- isAgent: !(participant instanceof LocalParticipant)
179
- });
180
- }
181
- };
182
- this.room.on(RoomEvent.TranscriptionReceived, onSegments);
183
- const unsub = () => {
184
- this.room.off(RoomEvent.TranscriptionReceived, onSegments);
185
- };
186
- this.cleanupFns.push(unsub);
187
- return unsub;
188
- }
189
-
190
- // ─── Participant Queries ────────────────────────────────────────────────
191
-
192
- getAgentIdentity() {
193
- for (const [, participant] of this.room.remoteParticipants) {
194
- if (isAgentIdentity(participant.identity)) {
195
- return participant.identity;
196
- }
197
- }
198
- return null;
199
- }
200
- getLocalIdentity() {
201
- return this.room.localParticipant.identity;
202
- }
203
-
204
- // ─── Cleanup ────────────────────────────────────────────────────────────
205
-
206
- dispose() {
207
- this.cleanupFns.forEach(fn => fn());
208
- this.cleanupFns = [];
209
- try {
210
- this.room.disconnect();
211
- } catch {
212
- // Safe to ignore — room may already be disconnected
213
- }
214
- }
215
- }
216
- //# sourceMappingURL=livekit-rn-adapter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["Platform","Room","RoomEvent","LocalParticipant","isAgentIdentity","_globalsRegistered","ensureGlobals","OS","registerGlobals","require","LiveKitRNAdapter","cleanupFns","constructor","roomOptions","room","dynacast","adaptiveStream","getRoom","getConnectionState","state","connect","url","token","disconnect","err","setMicrophoneEnabled","enabled","localParticipant","isMicrophoneEnabled","registerRpcMethod","method","handler","data","payload","callerIdentity","unregisterRpcMethod","performRpc","destinationIdentity","registerTextStreamHandler","topic","reader","participantInfo","message","readAll","participantIdentity","identity","console","error","unregisterTextStreamHandler","onConnectionStateChange","mapState","onConnected","onDisconnected","onReconnecting","onReconnected","on","Connected","Disconnected","Reconnecting","Reconnected","unsub","off","push","onParticipantDisconnected","onDisconnect","participant","ParticipantDisconnected","onTranscription","onSegments","segments","seg","id","text","isFinal","final","isAgent","TranscriptionReceived","getAgentIdentity","remoteParticipants","getLocalIdentity","dispose","forEach","fn"],"sourceRoot":"../../../src","sources":["adapters/livekit-rn-adapter.ts"],"mappings":"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","ignoreList":[]}