@urun-sh/core 0.2.41 → 0.2.42
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/{chunk-JMGMNH6C.mjs → chunk-QJKLBQTQ.mjs} +2 -2
- package/dist/{chunk-JGXO6MFH.mjs → chunk-YZM4E6M3.mjs} +5 -5
- package/dist/index.browser.d.mts +2 -2
- package/dist/index.browser.d.ts +2 -2
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5 -5
- package/dist/index.mjs +1 -1
- package/dist/internal.browser.d.mts +1 -1
- package/dist/internal.browser.d.ts +1 -1
- package/dist/internal.browser.js +2 -2
- package/dist/internal.browser.mjs +1 -1
- package/dist/internal.d.mts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +5 -5
- package/dist/internal.mjs +1 -1
- package/dist/{stream-data-DbHLOeSD.d.mts → stream-data-DLyFVlWt.d.mts} +9 -1
- package/dist/{stream-data-DbHLOeSD.d.ts → stream-data-DLyFVlWt.d.ts} +9 -1
- package/package.json +1 -1
package/dist/internal.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { createRequire as __urunCreateRequire } from 'node:module'; const require = globalThis.require ?? __urunCreateRequire(import.meta.url);
|
|
2
|
-
import{D as r,G as t,H as a,I as n,K as s,L as p,M as m,
|
|
2
|
+
import{D as r,G as t,H as a,I as n,K as s,L as p,M as m,Q as c,R as i,S as l,T as f,U as x,V as S,W as C,a as e,b as o}from"./chunk-YZM4E6M3.mjs";export{e as ChannelMultiplexer,i as DOC_SYNC_WIRE_CONTRACT_VERSION,o as DeferredChannelMultiplexer,x as DeferredDocConnector,s as LoopbackStreamData,S as SessionDocumentImpl,c as TransportSession,r as allocateSession,C as createPresence,f as createWebsocketDocConnector,l as deriveYjsServerUrl,n as ensureNodeWebRTC,t as isNodeRuntime,a as nodeMediasoupHandlerName,m as streamDataLabel,p as transportStreamData};
|
|
@@ -659,6 +659,14 @@ interface TransportConnection {
|
|
|
659
659
|
endsAt?: Date | null;
|
|
660
660
|
}
|
|
661
661
|
declare function streamDataLabel(name: string): string;
|
|
662
|
+
|
|
663
|
+
declare const DERIVED_LEG_SEP = "--";
|
|
664
|
+
declare const DERIVED_LEG_ROLES: readonly ["video", "audio"];
|
|
665
|
+
type DerivedLegRole = (typeof DERIVED_LEG_ROLES)[number];
|
|
666
|
+
|
|
667
|
+
declare function derivedLegRole(name: string): DerivedLegRole | undefined;
|
|
668
|
+
|
|
669
|
+
declare function derivedLegName(parent: string, role: DerivedLegRole): string;
|
|
662
670
|
interface TransportEvents {
|
|
663
671
|
connected: () => void;
|
|
664
672
|
disconnected: () => void;
|
|
@@ -1022,4 +1030,4 @@ interface DataChannelTransport {
|
|
|
1022
1030
|
|
|
1023
1031
|
declare function transportStreamData(transport: DataChannelTransport): StreamDataTransport;
|
|
1024
1032
|
|
|
1025
|
-
export { type
|
|
1033
|
+
export { type SessionStatus as $, type AccessTokenOptions$1 as A, type RecordingLifecycle as B, type ChannelEndpoint as C, DERIVED_LEG_SEP as D, type RecordingStatus as E, type RecordingsAccessor as F, type ReleaseSessionBeaconOptions as G, type RequestOptions as H, type RequestStreamOptions as I, type RuntimeArtifact as J, type RuntimeArtifactDownload as K, LoopbackStreamData as L, type MediaChunkBinding as M, type RuntimeArtifactsAccessor as N, type RuntimeAvailability as O, type Presence as P, type SessionDiagnostic as Q, type Recording as R, type Session as S, type SessionDocument as T, SessionDocumentImpl as U, type SessionEndResult as V, type SessionFailureKind as W, type SessionPhase as X, type SessionPhaseError as Y, type SessionPhaseName as Z, type SessionStartOptions as _, type AccessTokenOptions as a, type SessionStream as a0, type SessionText as a1, type Store as a2, type StoreOptions as a3, type StreamChunkOptions as a4, type StreamDataTransport as a5, TransportSession as a6, type TransportSessionOptions as a7, type TransportState as a8, allocateSession as a9, createPresence as aa, createWebsocketDocConnector as ab, deriveYjsServerUrl as ac, derivedLegName as ad, derivedLegRole as ae, isPendingRecording as af, mediaRecorderChunkSource as ag, prewake as ah, releaseSessionBeacon as ai, streamDataLabel as aj, transportStreamData as ak, type ActivationEvent as b, type ActivationState as c, type AllocateSessionOptions as d, type AllocatedSession as e, type App as f, type AppOptions as g, type AttachOptions as h, type ChannelMessage as i, ChannelMultiplexer as j, type ChannelName as k, type ChunkReadable as l, DOC_SYNC_WIRE_CONTRACT_VERSION as m, DeferredChannelMultiplexer as n, DeferredDocConnector as o, type DerivedLegRole as p, type DocConnection as q, type DocConnector as r, type MediaChunkSource as s, type MediaChunkSourceFactory as t, type MediaRecorderChunkSourceOptions as u, type PresenceState as v, type PrewakeOptions as w, type PrewakeResult as x, type PrewakeStatus as y, type RecordingBucket as z };
|
|
@@ -659,6 +659,14 @@ interface TransportConnection {
|
|
|
659
659
|
endsAt?: Date | null;
|
|
660
660
|
}
|
|
661
661
|
declare function streamDataLabel(name: string): string;
|
|
662
|
+
|
|
663
|
+
declare const DERIVED_LEG_SEP = "--";
|
|
664
|
+
declare const DERIVED_LEG_ROLES: readonly ["video", "audio"];
|
|
665
|
+
type DerivedLegRole = (typeof DERIVED_LEG_ROLES)[number];
|
|
666
|
+
|
|
667
|
+
declare function derivedLegRole(name: string): DerivedLegRole | undefined;
|
|
668
|
+
|
|
669
|
+
declare function derivedLegName(parent: string, role: DerivedLegRole): string;
|
|
662
670
|
interface TransportEvents {
|
|
663
671
|
connected: () => void;
|
|
664
672
|
disconnected: () => void;
|
|
@@ -1022,4 +1030,4 @@ interface DataChannelTransport {
|
|
|
1022
1030
|
|
|
1023
1031
|
declare function transportStreamData(transport: DataChannelTransport): StreamDataTransport;
|
|
1024
1032
|
|
|
1025
|
-
export { type
|
|
1033
|
+
export { type SessionStatus as $, type AccessTokenOptions$1 as A, type RecordingLifecycle as B, type ChannelEndpoint as C, DERIVED_LEG_SEP as D, type RecordingStatus as E, type RecordingsAccessor as F, type ReleaseSessionBeaconOptions as G, type RequestOptions as H, type RequestStreamOptions as I, type RuntimeArtifact as J, type RuntimeArtifactDownload as K, LoopbackStreamData as L, type MediaChunkBinding as M, type RuntimeArtifactsAccessor as N, type RuntimeAvailability as O, type Presence as P, type SessionDiagnostic as Q, type Recording as R, type Session as S, type SessionDocument as T, SessionDocumentImpl as U, type SessionEndResult as V, type SessionFailureKind as W, type SessionPhase as X, type SessionPhaseError as Y, type SessionPhaseName as Z, type SessionStartOptions as _, type AccessTokenOptions as a, type SessionStream as a0, type SessionText as a1, type Store as a2, type StoreOptions as a3, type StreamChunkOptions as a4, type StreamDataTransport as a5, TransportSession as a6, type TransportSessionOptions as a7, type TransportState as a8, allocateSession as a9, createPresence as aa, createWebsocketDocConnector as ab, deriveYjsServerUrl as ac, derivedLegName as ad, derivedLegRole as ae, isPendingRecording as af, mediaRecorderChunkSource as ag, prewake as ah, releaseSessionBeacon as ai, streamDataLabel as aj, transportStreamData as ak, type ActivationEvent as b, type ActivationState as c, type AllocateSessionOptions as d, type AllocatedSession as e, type App as f, type AppOptions as g, type AttachOptions as h, type ChannelMessage as i, ChannelMultiplexer as j, type ChannelName as k, type ChunkReadable as l, DOC_SYNC_WIRE_CONTRACT_VERSION as m, DeferredChannelMultiplexer as n, DeferredDocConnector as o, type DerivedLegRole as p, type DocConnection as q, type DocConnector as r, type MediaChunkSource as s, type MediaChunkSourceFactory as t, type MediaRecorderChunkSourceOptions as u, type PresenceState as v, type PrewakeOptions as w, type PrewakeResult as x, type PrewakeStatus as y, type RecordingBucket as z };
|