openrtc 1.0.12 → 1.0.13
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-CemTo26O.d.ts → DelegatingRuntimeAdapter-D_kGKQtW.d.ts} +6 -1
- package/dist/{assembly-BT4wKsfZ.d.ts → assembly-DisGbrdH.d.ts} +2 -2
- package/dist/chunk-3SND2COC.js +1 -0
- package/dist/{chunk-DYMZAX7Q.js → chunk-HXTGHALT.js} +1 -1
- package/dist/{chunk-YJ4XMLDL.js → chunk-KP5H3SYJ.js} +1 -1
- package/dist/{chunk-NXQJYXUK.js → chunk-LVJSU53Y.js} +1 -1
- package/dist/{chunk-HVN5T6U4.js → chunk-NP3JZ2LD.js} +1 -1
- package/dist/{chunk-75KFQDH4.js → chunk-WFUW3BHK.js} +1 -1
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/dist/native.d.ts +5 -5
- package/dist/native.js +1 -1
- package/dist/runtime/WasmRuntimeAdapter.d.ts +2 -2
- package/dist/runtime/WasmRuntimeAdapter.js +1 -1
- package/dist/runtime/device-status.d.ts +2 -2
- package/dist/runtime/index.d.ts +8 -8
- package/dist/runtime/index.js +1 -1
- package/dist/runtime/tauri.d.ts +3 -3
- package/dist/runtime/tauri.js +1 -1
- package/dist/{spaceTokens-BdM1QhjV.d.ts → spaceTokens-Dc1CsMQt.d.ts} +3 -3
- package/dist/{tauri-AzvFjyR0.d.ts → tauri-DSkrSuO-.d.ts} +2 -2
- package/dist/transport/index.d.ts +2 -2
- package/dist/{types-CX2negKR.d.ts → types-BSJ8IyBq.d.ts} +1 -1
- package/dist/{types-CYgBbeVF.d.ts → types-Cb_GFANp.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-MU5FL5WW.js +0 -1
package/dist/{DelegatingRuntimeAdapter-CemTo26O.d.ts → DelegatingRuntimeAdapter-D_kGKQtW.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DiscoveryMode, A as AuthMode, d as SignalingMode, e as ClientOptions, E as ExplicitFileDataSendParams, I as ISignalingBackend, f as RuntimeIdentity, g as
|
|
1
|
+
import { D as DiscoveryMode, A as AuthMode, d as SignalingMode, e as ClientOptions, E as ExplicitFileDataSendParams, I as ISignalingBackend, f as RuntimeIdentity, g as RoomMember, h as Device, i as DeviceStatusSnapshot, P as PeerSessionSnapshot, R as ResolvedPeerIdentity, M as ManagedConnectionRecord, j as SignalingEnvelope, k as DeviceEvent, l as SignalingSession, m as SessionEvent, L as LocalDeviceInfo, N as NativeManagedSessionStartResult, G as GrantScope, B as BackendPeerBiStream, n as BackendPeerUniStream, o as NativeConnectParams, p as NativeConnectResult, q as BackendConnectionState } from './types-Cb_GFANp.js';
|
|
2
2
|
import { A as AuthContext } from './IEngineBridge-C7OT2CRv.js';
|
|
3
3
|
import { R as RuntimeCapabilities } from './capabilities-C4Dqs_pB.js';
|
|
4
4
|
|
|
@@ -35,6 +35,11 @@ declare abstract class DelegatingRuntimeAdapter implements ISignalingBackend {
|
|
|
35
35
|
signInWithPluto(): Promise<void>;
|
|
36
36
|
signOut(): Promise<void>;
|
|
37
37
|
stopAuthScopedActivity(): Promise<void>;
|
|
38
|
+
usesCoordinationGateway(): boolean;
|
|
39
|
+
joinCoordinationRoom(roomId: string, nodeId: string, ticket: string): Promise<void>;
|
|
40
|
+
leaveCoordinationRoom(roomId: string): Promise<void>;
|
|
41
|
+
getCoordinationRoomMembers(roomId: string): Promise<RoomMember[]>;
|
|
42
|
+
watchCoordinationRoomMembers(roomId: string, callback: (members: RoomMember[]) => void): () => void;
|
|
38
43
|
getTurnCredentials(): Promise<any>;
|
|
39
44
|
updatePresence(localNodeId: string, ticketStr: string, isOnline: boolean, ttlMs: number, metadata?: string): Promise<void>;
|
|
40
45
|
refreshLivePresence(localNodeId: string, ticketStr: string, metadata?: string): Promise<void>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { A as AuthContext } from './IEngineBridge-C7OT2CRv.js';
|
|
2
|
-
import { G as GrantScope, I as ISignalingBackend, b as ConnectDeviceHooks, c as ConnectDeviceOptions, C as ConnectDeviceResult, M as ManagedConnectionRecord, P as PeerSessionSnapshot, R as ResolvedPeerIdentity, X as AppLimits,
|
|
3
|
-
import { h as RuntimePeerState, s as RuntimeConnectionStateSnapshot, j as RuntimePeerReadinessSnapshot, i as RuntimePeerConnectOptions, C as Connection, n as RuntimeIncomingStream, R as RuntimeClientOptions, H as RuntimeAuthIdentity, f as RuntimeLocalDeviceInfo, g as RuntimeLocalDeviceProfile, c as RuntimeDevice, a as RuntimeManagedSessionOptions, b as RuntimeManagedSession, d as RuntimeDeviceStatusSnapshot, e as RuntimeDeviceConnectOptions, X as RuntimeSession, q as RuntimeJoinRoomOptions, r as RuntimeRoomMember, K as RuntimeConnectionTarget, o as RuntimeScopedChannelOptions, p as RuntimeScopedLogicalChannel, m as RuntimePeerStreamOptions, v as RuntimeRawConnection, l as RuntimeChannelDescriptor, V as RuntimePresenceLoopOptions, k as RuntimePeerHealth, t as RuntimeApplicationPayloadReadinessOptions, u as RuntimeConnectionEvent } from './types-
|
|
2
|
+
import { G as GrantScope, I as ISignalingBackend, b as ConnectDeviceHooks, c as ConnectDeviceOptions, C as ConnectDeviceResult, M as ManagedConnectionRecord, P as PeerSessionSnapshot, R as ResolvedPeerIdentity, X as AppLimits, o as NativeConnectParams, p as NativeConnectResult, E as ExplicitFileDataSendParams } from './types-Cb_GFANp.js';
|
|
3
|
+
import { h as RuntimePeerState, s as RuntimeConnectionStateSnapshot, j as RuntimePeerReadinessSnapshot, i as RuntimePeerConnectOptions, C as Connection, n as RuntimeIncomingStream, R as RuntimeClientOptions, H as RuntimeAuthIdentity, f as RuntimeLocalDeviceInfo, g as RuntimeLocalDeviceProfile, c as RuntimeDevice, a as RuntimeManagedSessionOptions, b as RuntimeManagedSession, d as RuntimeDeviceStatusSnapshot, e as RuntimeDeviceConnectOptions, X as RuntimeSession, q as RuntimeJoinRoomOptions, r as RuntimeRoomMember, K as RuntimeConnectionTarget, o as RuntimeScopedChannelOptions, p as RuntimeScopedLogicalChannel, m as RuntimePeerStreamOptions, v as RuntimeRawConnection, l as RuntimeChannelDescriptor, V as RuntimePresenceLoopOptions, k as RuntimePeerHealth, t as RuntimeApplicationPayloadReadinessOptions, u as RuntimeConnectionEvent } from './types-BSJ8IyBq.js';
|
|
4
4
|
import { R as RuntimeCapabilities, a as RuntimeCapabilityProfile } from './capabilities-C4Dqs_pB.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {G,F}from'./chunk-HXTGHALT.js';var n=class extends G{constructor(e){super(new F(e));}setWasmClient(e){this.unwrap().setWasmClient(e);}};export{n as a};
|