openrtc 2.0.0 → 2.0.1
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/{DelegatingRuntimeAdapter-BFZDC604.d.ts → DelegatingRuntimeAdapter-fgz5OPQx.d.ts} +3 -3
- package/dist/{ITransport-WV6gGMnX.d.ts → ITransport-UNOXiRJD.d.ts} +3 -3
- package/dist/{IpcRuntimeAdapter-CJq3dRBF.d.ts → IpcRuntimeAdapter-CI3vCzk0.d.ts} +2 -2
- package/dist/OpenRTCShared.d.ts +4 -4
- package/dist/WasmBridge-P5646IVR.js +1 -0
- package/dist/{assembly-q0jRRpsc.d.ts → assembly-CLdwe5T-.d.ts} +3 -3
- package/dist/{capabilities-BfZi4Cd7.d.ts → capabilities-BUe5YldR.d.ts} +1 -1
- package/dist/{chunk-H5R5ZXXN.js → chunk-5OTF7W2N.js} +1 -1
- package/dist/{chunk-Z6TZLF4B.js → chunk-HIXXBEWX.js} +1 -1
- package/dist/chunk-IKZ33R7R.js +2 -0
- package/dist/chunk-QCPSLUKO.js +1 -0
- package/dist/{chunk-D2OJN5S5.js → chunk-Y35AKFCM.js} +1 -1
- package/dist/chunk-ZQF5KSOK.js +2 -0
- package/dist/controlPlane-YAMXWHAF.js +1 -0
- package/dist/deviceEnrollment-33NZEARB.js +2 -0
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1 -1
- package/dist/ipcFactory-JTMNUTZI.js +1 -0
- package/dist/native.d.ts +6 -6
- package/dist/native.js +1 -1
- package/dist/{openrtc-BFF336RG.js → openrtc-JUV7TOTL.js} +1 -1
- package/dist/openrtc_bg.wasm +0 -0
- package/dist/runtime/WasmRuntimeAdapter.d.ts +4 -4
- package/dist/runtime/WasmRuntimeAdapter.js +1 -1
- package/dist/runtime/device-status.d.ts +2 -2
- package/dist/runtime/factories.d.ts +6 -6
- package/dist/runtime/factories.js +1 -1
- package/dist/runtime/index.d.ts +10 -10
- package/dist/runtime/index.js +1 -1
- package/dist/testing.d.ts +118 -6
- package/dist/testing.js +1 -1
- package/dist/transport/index.d.ts +2 -2
- package/dist/{types-Di034GVQ.d.ts → types-DhmY9hBy.d.ts} +4 -5
- package/dist/{types-DVNSd5B9.d.ts → types-l3m3GrOe.d.ts} +1 -1
- package/package.json +3 -9
- package/dist/WasmBridge-5GYKXPXK.js +0 -1
- package/dist/chunk-OEVPKC3W.js +0 -1
- package/dist/chunk-VOCOZ57Q.js +0 -2
- package/dist/controlPlane-P66ZTVNW.js +0 -2
- package/dist/deviceEnrollment-GL4JPVGG.js +0 -2
- package/dist/ipcFactory-B6HBECSU.js +0 -1
package/dist/{DelegatingRuntimeAdapter-BFZDC604.d.ts → DelegatingRuntimeAdapter-fgz5OPQx.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { D as Device,
|
|
2
|
-
import { I as IrohBrowserProtocolStore, w as IrohNamespaceDescriptor, x as IrohMutationReceipt, y as IrohDocEntry, A as AuthContext } from './types-
|
|
3
|
-
import { R as RuntimeCapabilities } from './capabilities-
|
|
1
|
+
import { D as Device, j as DiscoveryMode, A as AuthMode, S as SignalingMode, g as ClientOptions, E as ExplicitFileDataSendParams, I as ISignalingBackend, L as LocalDeviceInfo, k as RoomMember, l as RuntimeIdentity, m as SignalingEnvelope, n as DeviceStatusSnapshot, d as PeerSessionSnapshot, B as BackendPeerBiStream, o as BackendPeerUniStream, M as ManagedConnectionRecord, R as ResolvedPeerIdentity, p as DeviceEvent, q as DesiredPeerProjection, r as CoreClientBridgeHost, N as NativeConnectParams, s as NativeConnectResult, t as SignalingSession, u as SessionEvent, v as BackendConnectionState, w as NativeManagedSessionStartResult, G as GrantScope } from './ITransport-UNOXiRJD.js';
|
|
2
|
+
import { I as IrohBrowserProtocolStore, w as IrohNamespaceDescriptor, x as IrohMutationReceipt, y as IrohDocEntry, A as AuthContext } from './types-l3m3GrOe.js';
|
|
3
|
+
import { R as RuntimeCapabilities } from './capabilities-BUe5YldR.js';
|
|
4
4
|
|
|
5
5
|
interface NativeTrustToken {
|
|
6
6
|
token: string;
|
|
@@ -263,8 +263,8 @@ interface ClientOptions {
|
|
|
263
263
|
*/
|
|
264
264
|
spaceKey?: string;
|
|
265
265
|
/**
|
|
266
|
-
* Pre-minted session token
|
|
267
|
-
*
|
|
266
|
+
* Pre-minted session token for the internal lower-level runtime.
|
|
267
|
+
* Public OpenRTC 2.0 clients exchange an identity assertion instead.
|
|
268
268
|
*/
|
|
269
269
|
sessionToken?: string;
|
|
270
270
|
authMode?: AuthMode;
|
|
@@ -1119,4 +1119,4 @@ interface ITransport {
|
|
|
1119
1119
|
getDataChannelReadyState?(): string | null;
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
|
-
export type {
|
|
1122
|
+
export type { RouteDescriptor as $, AuthMode as A, BackendPeerBiStream as B, ConnectDeviceResult as C, Device as D, ExplicitFileDataSendParams as E, ApplicationPayloadRouteOptions as F, GrantScope as G, ApplicationPayloadSendOptions as H, ISignalingBackend as I, ITransport as J, TransportLatencySnapshot as K, LocalDeviceInfo as L, ManagedConnectionRecord as M, NativeConnectParams as N, PeerState as O, PlutoIrohConfiguration as P, PeerScope as Q, ResolvedPeerIdentity as R, SignalingMode as S, TransportOptimization as T, PeerHealth as U, ChannelDescriptor as V, IncomingStreamChannelMetadata as W, ManagedDeviceConnectOptions as X, JoinRoomOptions as Y, DevicePresenceStatus as Z, PeerLifecycleStatus as _, PlutoRTCConfiguration as a, ProtocolCapability as a0, ProtocolCapabilityMap as a1, ApplicationCryptoStreamTools as a2, ApplicationCryptoBiStream as a3, RouteFamily as a4, RouteImplementationKind as a5, AppLimits as a6, SignalingOptions as a7, RoomCreationMode as a8, ScanningLoopOptions as a9, ScanningLoopHandle as aa, RuntimeBootstrapOptions as ab, RuntimeBootstrapResult as ac, ManagedApplicationRouteOptions as ad, JoinRequest as ae, PlutoMoQConfiguration as b, ProtocolName as c, PeerSessionSnapshot as d, ConnectDeviceHooks as e, ConnectDeviceOptions as f, ClientOptions as g, CoordinationGatewayGrantRequest as h, CoordinationGatewayGrant as i, DiscoveryMode as j, RoomMember as k, RuntimeIdentity as l, SignalingEnvelope as m, DeviceStatusSnapshot as n, BackendPeerUniStream as o, DeviceEvent as p, DesiredPeerProjection as q, CoreClientBridgeHost as r, NativeConnectResult as s, SignalingSession as t, SessionEvent as u, BackendConnectionState as v, NativeManagedSessionStartResult as w, ConnectionOptions as x, ApplicationPayloadCrypto as y, ApplicationPayloadReadinessOptions as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as ClientOptions } from './ITransport-
|
|
2
|
-
import { a as WasmBridgeOptions, D as DelegatingRuntimeAdapter } from './DelegatingRuntimeAdapter-
|
|
1
|
+
import { g as ClientOptions } from './ITransport-UNOXiRJD.js';
|
|
2
|
+
import { a as WasmBridgeOptions, D as DelegatingRuntimeAdapter } from './DelegatingRuntimeAdapter-fgz5OPQx.js';
|
|
3
3
|
import { P as PlutoIpcBridge } from './ipc-CflAVodw.js';
|
|
4
4
|
|
|
5
5
|
interface NativeIpcBridgeOptions extends WasmBridgeOptions {
|
package/dist/OpenRTCShared.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { R as RuntimePolicySnapshot, P as PeerReconciliationStats, a as RuntimeClient, b as PlutoRuntimeAssembly } from './assembly-
|
|
2
|
-
import { d as PeerSessionSnapshot, R as ResolvedPeerIdentity, C as ConnectDeviceResult, e as ConnectDeviceHooks, f as ConnectDeviceOptions, G as GrantScope } from './ITransport-
|
|
3
|
-
import { a as RuntimePeerState, b as RuntimePeerConnectOptions, C as Connection, c as RuntimePeerReadinessSnapshot, d as RuntimePeerHealth, R as RuntimeChannelDescriptor, e as RuntimePeerStreamOptions, f as RuntimeIncomingStream, g as RuntimeScopedChannelOptions, h as RuntimeDevice, i as RuntimeScopedLogicalChannel, j as RuntimeConnectionStateSnapshot, k as RuntimeApplicationPayloadReadinessOptions, l as RuntimeConnectionEvent, m as RuntimeManagedSessionOptions, n as RuntimeManagedSession, o as RuntimeDeviceStatusSnapshot, p as RuntimeDeviceConnectOptions, q as RuntimeLocalDeviceInfo, r as RuntimeLocalDeviceProfile, s as RuntimeRawConnection, t as RuntimeJoinRoomOptions, u as RuntimeRoomMember, A as AuthContext, v as RuntimeClientOptions } from './types-
|
|
4
|
-
import { R as RuntimeCapabilities, a as RuntimeCapabilityProfile } from './capabilities-
|
|
1
|
+
import { R as RuntimePolicySnapshot, P as PeerReconciliationStats, a as RuntimeClient, b as PlutoRuntimeAssembly } from './assembly-CLdwe5T-.js';
|
|
2
|
+
import { d as PeerSessionSnapshot, R as ResolvedPeerIdentity, C as ConnectDeviceResult, e as ConnectDeviceHooks, f as ConnectDeviceOptions, G as GrantScope } from './ITransport-UNOXiRJD.js';
|
|
3
|
+
import { a as RuntimePeerState, b as RuntimePeerConnectOptions, C as Connection, c as RuntimePeerReadinessSnapshot, d as RuntimePeerHealth, R as RuntimeChannelDescriptor, e as RuntimePeerStreamOptions, f as RuntimeIncomingStream, g as RuntimeScopedChannelOptions, h as RuntimeDevice, i as RuntimeScopedLogicalChannel, j as RuntimeConnectionStateSnapshot, k as RuntimeApplicationPayloadReadinessOptions, l as RuntimeConnectionEvent, m as RuntimeManagedSessionOptions, n as RuntimeManagedSession, o as RuntimeDeviceStatusSnapshot, p as RuntimeDeviceConnectOptions, q as RuntimeLocalDeviceInfo, r as RuntimeLocalDeviceProfile, s as RuntimeRawConnection, t as RuntimeJoinRoomOptions, u as RuntimeRoomMember, A as AuthContext, v as RuntimeClientOptions } from './types-l3m3GrOe.js';
|
|
4
|
+
import { R as RuntimeCapabilities, a as RuntimeCapabilityProfile } from './capabilities-BUe5YldR.js';
|
|
5
5
|
|
|
6
6
|
type OpenRTCChannelConnectOptions = Omit<RuntimeScopedChannelOptions, 'scope' | 'deviceId' | 'ticket'> & {
|
|
7
7
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{y as WasmBridge}from'./chunk-ZQF5KSOK.js';import'./chunk-AG2F6MOB.js';import'./chunk-CWGKLGJZ.js';import'./chunk-KJTJLLJE.js';import'./chunk-45WBH7E3.js';import'./chunk-NRXEG5GQ.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as RuntimePeerState, j as RuntimeConnectionStateSnapshot, c as RuntimePeerReadinessSnapshot, b as RuntimePeerConnectOptions, C as Connection, f as RuntimeIncomingStream, v as RuntimeClientOptions, z as RuntimeAuthIdentity, A as AuthContext, q as RuntimeLocalDeviceInfo, r as RuntimeLocalDeviceProfile, I as IrohBrowserProtocolStore, w as IrohNamespaceDescriptor, x as IrohMutationReceipt, y as IrohDocEntry, h as RuntimeDevice, m as RuntimeManagedSessionOptions, n as RuntimeManagedSession, o as RuntimeDeviceStatusSnapshot, p as RuntimeDeviceConnectOptions, B as RuntimeSession, t as RuntimeJoinRoomOptions, u as RuntimeRoomMember, D as RuntimeConnectionTarget, g as RuntimeScopedChannelOptions, i as RuntimeScopedLogicalChannel, e as RuntimePeerStreamOptions, s as RuntimeRawConnection, R as RuntimeChannelDescriptor, E as RuntimePresenceLoopOptions, d as RuntimePeerHealth, k as RuntimeApplicationPayloadReadinessOptions, l as RuntimeConnectionEvent } from './types-
|
|
2
|
-
import { G as GrantScope, I as ISignalingBackend, e as ConnectDeviceHooks, f as ConnectDeviceOptions, C as ConnectDeviceResult, M as ManagedConnectionRecord, d as PeerSessionSnapshot, R as ResolvedPeerIdentity,
|
|
3
|
-
import { R as RuntimeCapabilities, a as RuntimeCapabilityProfile } from './capabilities-
|
|
1
|
+
import { a as RuntimePeerState, j as RuntimeConnectionStateSnapshot, c as RuntimePeerReadinessSnapshot, b as RuntimePeerConnectOptions, C as Connection, f as RuntimeIncomingStream, v as RuntimeClientOptions, z as RuntimeAuthIdentity, A as AuthContext, q as RuntimeLocalDeviceInfo, r as RuntimeLocalDeviceProfile, I as IrohBrowserProtocolStore, w as IrohNamespaceDescriptor, x as IrohMutationReceipt, y as IrohDocEntry, h as RuntimeDevice, m as RuntimeManagedSessionOptions, n as RuntimeManagedSession, o as RuntimeDeviceStatusSnapshot, p as RuntimeDeviceConnectOptions, B as RuntimeSession, t as RuntimeJoinRoomOptions, u as RuntimeRoomMember, D as RuntimeConnectionTarget, g as RuntimeScopedChannelOptions, i as RuntimeScopedLogicalChannel, e as RuntimePeerStreamOptions, s as RuntimeRawConnection, R as RuntimeChannelDescriptor, E as RuntimePresenceLoopOptions, d as RuntimePeerHealth, k as RuntimeApplicationPayloadReadinessOptions, l as RuntimeConnectionEvent } from './types-l3m3GrOe.js';
|
|
2
|
+
import { G as GrantScope, I as ISignalingBackend, e as ConnectDeviceHooks, f as ConnectDeviceOptions, C as ConnectDeviceResult, M as ManagedConnectionRecord, d as PeerSessionSnapshot, R as ResolvedPeerIdentity, a6 as AppLimits, N as NativeConnectParams, s as NativeConnectResult, E as ExplicitFileDataSendParams } from './ITransport-UNOXiRJD.js';
|
|
3
|
+
import { R as RuntimeCapabilities, a as RuntimeCapabilityProfile } from './capabilities-BUe5YldR.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Coalesced peer reconciliation scheduler and full reconcile orchestration.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as ProtocolName, T as TransportOptimization } from './ITransport-
|
|
1
|
+
import { c as ProtocolName, T as TransportOptimization } from './ITransport-UNOXiRJD.js';
|
|
2
2
|
|
|
3
3
|
type RuntimeAdapterKind = 'browser-wasm' | 'native-ipc' | 'tauri-ipc' | 'unknown';
|
|
4
4
|
interface RuntimeCapabilities {
|