@incodetech/core 2.0.0-alpha.3 → 2.0.0-alpha.5
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/OpenViduLogger-BdPfiZO6.esm.js +3 -0
- package/dist/OpenViduLogger-CQyDxBvM.esm.js +803 -0
- package/dist/{addEvent-1Mi5CEiq.esm.js → addEvent-9v4w5iO-.esm.js} +1 -1
- package/dist/email.d.ts +1 -1
- package/dist/email.esm.js +2 -2
- package/dist/{endpoints-D_pUMaqA.esm.js → endpoints-Dn1t57hJ.esm.js} +8 -3
- package/dist/flow.d.ts +3 -3
- package/dist/flow.esm.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/{lib-CyIAFRfr.esm.js → lib-Bu9XGMBW.esm.js} +1 -800
- package/dist/{permissionServices-CVR0Pq38.esm.js → permissionServices-CCpxd8le.esm.js} +1 -1
- package/dist/phone.d.ts +1 -1
- package/dist/phone.esm.js +2 -2
- package/dist/selfie.d.ts +5 -4
- package/dist/selfie.esm.js +27 -10
- package/package.json +1 -1
- /package/dist/{Manager-6BwbaI_H.d.ts → Manager-BGfxEmyv.d.ts} +0 -0
- /package/dist/{StateMachine-7c1gcu94.d.ts → StateMachine-DRE1oH2B.d.ts} +0 -0
- /package/dist/{types-tq1ypYSL.d.ts → types-kWlqshfM.d.ts} +0 -0
- /package/dist/{warmup-Dr7OcFND.d.ts → warmup-CEJTfxQr.d.ts} +0 -0
package/dist/email.d.ts
CHANGED
package/dist/email.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as createManager, n as api, t as endpoints } from "./endpoints-
|
|
1
|
+
import { g as createManager, n as api, t as endpoints } from "./endpoints-Dn1t57hJ.esm.js";
|
|
2
2
|
import { a as createActor, i as fromPromise, n as assign, r as fromCallback, t as setup } from "./xstate.esm-B_rda9yU.esm.js";
|
|
3
|
-
import { t as addEvent } from "./addEvent-
|
|
3
|
+
import { t as addEvent } from "./addEvent-9v4w5iO-.esm.js";
|
|
4
4
|
|
|
5
5
|
//#region src/email/emailServices.ts
|
|
6
6
|
async function fetchEmail(signal) {
|
|
@@ -606,9 +606,14 @@ var StreamCanvasProcessingSession = class {
|
|
|
606
606
|
//#endregion
|
|
607
607
|
//#region ../infra/src/providers/browser/openviduLazy.ts
|
|
608
608
|
let openViduImport;
|
|
609
|
+
async function enableProdModeBeforeLoad() {
|
|
610
|
+
const { OpenViduLogger } = await import("./OpenViduLogger-BdPfiZO6.esm.js").then(__toDynamicImportESM(1));
|
|
611
|
+
OpenViduLogger.getInstance().enableProdMode();
|
|
612
|
+
}
|
|
609
613
|
async function loadOpenVidu() {
|
|
610
614
|
if (openViduImport) return openViduImport;
|
|
611
|
-
|
|
615
|
+
await enableProdModeBeforeLoad();
|
|
616
|
+
openViduImport = import("./lib-Bu9XGMBW.esm.js").then(__toDynamicImportESM(1));
|
|
612
617
|
return openViduImport;
|
|
613
618
|
}
|
|
614
619
|
|
|
@@ -641,8 +646,8 @@ var OpenViduRecordingProvider = class {
|
|
|
641
646
|
const hasAudio = audioTrack !== void 0;
|
|
642
647
|
const publisher = ov.initPublisher(container.id, {
|
|
643
648
|
publishAudio: hasAudio,
|
|
644
|
-
audioSource: hasAudio ? audioTrack :
|
|
645
|
-
videoSource: videoTrack ??
|
|
649
|
+
audioSource: hasAudio ? audioTrack : false,
|
|
650
|
+
videoSource: videoTrack ?? false,
|
|
646
651
|
frameRate: 30
|
|
647
652
|
});
|
|
648
653
|
session.on("exception", (event) => {
|
package/dist/flow.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as WasmPipeline } from "./warmup-
|
|
2
|
-
import { t as Manager } from "./Manager-
|
|
3
|
-
import { t as AnyStateMachine } from "./StateMachine-
|
|
1
|
+
import { t as WasmPipeline } from "./warmup-CEJTfxQr.js";
|
|
2
|
+
import { t as Manager } from "./Manager-BGfxEmyv.js";
|
|
3
|
+
import { t as AnyStateMachine } from "./StateMachine-DRE1oH2B.js";
|
|
4
4
|
|
|
5
5
|
//#region src/flow/types.d.ts
|
|
6
6
|
type EmptyConfig = Record<string, never>;
|
package/dist/flow.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as createManager, n as api, t as endpoints } from "./endpoints-
|
|
1
|
+
import { g as createManager, n as api, t as endpoints } from "./endpoints-Dn1t57hJ.esm.js";
|
|
2
2
|
import { a as createActor, i as fromPromise, n as assign, r as fromCallback, t as setup } from "./xstate.esm-B_rda9yU.esm.js";
|
|
3
3
|
|
|
4
4
|
//#region src/flow/flowAnalyzer.ts
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as warmupWasm, t as WasmPipeline } from "./warmup-
|
|
2
|
-
import { n as PermissionStatus, t as PermissionResult } from "./types-
|
|
1
|
+
import { n as warmupWasm, t as WasmPipeline } from "./warmup-CEJTfxQr.js";
|
|
2
|
+
import { n as PermissionStatus, t as PermissionResult } from "./types-kWlqshfM.js";
|
|
3
3
|
|
|
4
4
|
//#region ../infra/src/http/types.d.ts
|
|
5
5
|
type CreateApiConfig = {
|
package/dist/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as getBrowser, n as requestPermission, r as getDeviceClass, t as checkPermission } from "./permissionServices-
|
|
2
|
-
import { _ as createApi_default, a as setClient, i as resetApi, l as warmupWasm, n as api, o as setToken, r as getApi, s as WasmUtilProvider, t as endpoints } from "./endpoints-
|
|
1
|
+
import { i as getBrowser, n as requestPermission, r as getDeviceClass, t as checkPermission } from "./permissionServices-CCpxd8le.esm.js";
|
|
2
|
+
import { _ as createApi_default, a as setClient, i as resetApi, l as warmupWasm, n as api, o as setToken, r as getApi, s as WasmUtilProvider, t as endpoints } from "./endpoints-Dn1t57hJ.esm.js";
|
|
3
3
|
|
|
4
4
|
//#region src/session/sessionService.ts
|
|
5
5
|
/**
|