@centive/aria-sdk 0.6.2 → 0.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.
package/dist/index.js CHANGED
@@ -483,7 +483,7 @@ class O {
483
483
  this.isAnamInitializing = !0, console.log("[AriaSessionManager] Initializing Anam client"), this.setStatus("preloading");
484
484
  try {
485
485
  this.createHiddenVideoElement();
486
- const { createClient: t, AnamEvent: o } = await import("./index-gxG0JnP5.js"), i = t(e);
486
+ const { createClient: t, AnamEvent: o } = await import("@anam-ai/js-sdk"), i = t(e);
487
487
  i.addListener(o.SESSION_READY, () => {
488
488
  const n = i.getActiveSessionId();
489
489
  n && (this.updateSessionState({ session_id: n }), console.log("[AriaSessionManager] Session ready with ID:", n)), this.isAnamInitializing = !1, this.setStatus("ready"), this.emit({ type: "session_ready", data: { sessionId: n } }), this.config.onSessionReady?.();