@cuekit-ai/react 1.6.2 → 1.6.3

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.
@@ -22994,7 +22994,7 @@ var setWebRTCConnectionState = (state) => {
22994
22994
  };
22995
22995
 
22996
22996
  // src/constants/index.ts
22997
- var WEBRTC_BACKEND_SERVER_URL = "http://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com";
22997
+ var WEBRTC_BACKEND_SERVER_URL = "https://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com";
22998
22998
 
22999
22999
  // src/core/intent-store.ts
23000
23000
  var store = {
@@ -23660,7 +23660,7 @@ function findDOMElementById(elementId) {
23660
23660
  // src/utils/webrtc-service.ts
23661
23661
  var room = null;
23662
23662
  var reconnectTimeout = null;
23663
- var serverUrl = WEBRTC_BACKEND_SERVER_URL || "http://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com";
23663
+ var serverUrl = WEBRTC_BACKEND_SERVER_URL || "https://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com";
23664
23664
  var callbacks = {};
23665
23665
  var audioContainerRef = null;
23666
23666
  var livekitUrl = null;
package/dist/index.js CHANGED
@@ -331,7 +331,7 @@ var WEBRTC_BACKEND_SERVER_URL;
331
331
  var init_constants = __esm({
332
332
  "src/constants/index.ts"() {
333
333
  "use strict";
334
- WEBRTC_BACKEND_SERVER_URL = "http://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com";
334
+ WEBRTC_BACKEND_SERVER_URL = "https://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com";
335
335
  }
336
336
  });
337
337
 
@@ -23946,7 +23946,7 @@ var init_webrtc_service = __esm({
23946
23946
  init_navigation();
23947
23947
  room = null;
23948
23948
  reconnectTimeout = null;
23949
- serverUrl = WEBRTC_BACKEND_SERVER_URL || "http://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com";
23949
+ serverUrl = WEBRTC_BACKEND_SERVER_URL || "https://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com";
23950
23950
  callbacks = {};
23951
23951
  audioContainerRef = null;
23952
23952
  livekitUrl = null;
@@ -25123,7 +25123,7 @@ function InitCuekit(config) {
25123
25123
  setAppId(config.appId);
25124
25124
  }
25125
25125
  const webRTCConfig = {
25126
- serverUrl: config.webRTC?.serverUrl || "http://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com",
25126
+ serverUrl: config.webRTC?.serverUrl || "https://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com",
25127
25127
  roomName: config.webRTC?.roomName || "default-room",
25128
25128
  participantName: config.webRTC?.participantName || "user",
25129
25129
  tokenTtlSeconds: config.webRTC?.tokenTtlSeconds || 7200
package/dist/index.mjs CHANGED
@@ -37,7 +37,7 @@ import {
37
37
  setWebRTCCallbacks,
38
38
  setWebRTCConfig,
39
39
  validateDynamicElements
40
- } from "./chunk-VPBWDYPG.mjs";
40
+ } from "./chunk-A5SW5UJY.mjs";
41
41
 
42
42
  // node_modules/inline-style-parser/index.js
43
43
  var require_inline_style_parser = __commonJS({
@@ -1175,7 +1175,7 @@ function InitCuekit(config) {
1175
1175
  setAppId(config.appId);
1176
1176
  }
1177
1177
  const webRTCConfig = {
1178
- serverUrl: config.webRTC?.serverUrl || "http://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com",
1178
+ serverUrl: config.webRTC?.serverUrl || "https://ansyr-interview-be-dev-nlb-adb7e355084b6bb8.elb.ap-south-1.amazonaws.com",
1179
1179
  roomName: config.webRTC?.roomName || "default-room",
1180
1180
  participantName: config.webRTC?.participantName || "user",
1181
1181
  tokenTtlSeconds: config.webRTC?.tokenTtlSeconds || 7200
@@ -1293,7 +1293,7 @@ var AnsyrProvider = ({
1293
1293
  };
1294
1294
  }, [navigationHandler]);
1295
1295
  useEffect(() => {
1296
- import("./webrtc-service-FGQXAECZ.mjs").then(({ setWebRTCCallbacks: setWebRTCCallbacks2 }) => {
1296
+ import("./webrtc-service-L7VCVRGD.mjs").then(({ setWebRTCCallbacks: setWebRTCCallbacks2 }) => {
1297
1297
  setWebRTCCallbacks2({
1298
1298
  onNavigationCommand: (command) => {
1299
1299
  if (command.data.actionType === "navigate" && command.data.routeName) {
@@ -15,7 +15,7 @@ import {
15
15
  setAudioContainer,
16
16
  setServerUrl,
17
17
  setWebRTCCallbacks
18
- } from "./chunk-VPBWDYPG.mjs";
18
+ } from "./chunk-A5SW5UJY.mjs";
19
19
  export {
20
20
  authenticate,
21
21
  connectToRoom,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuekit-ai/react",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {