openrtc 1.0.12 → 1.0.14
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/auth/index.d.ts +2 -0
- package/dist/auth/index.js +1 -1
- package/dist/auth/internal.js +1 -1
- package/dist/{chunk-HVN5T6U4.js → chunk-6J3QKQRS.js} +1 -1
- package/dist/chunk-HFWOWDEH.js +2 -0
- package/dist/{chunk-DYMZAX7Q.js → chunk-JGBEYISL.js} +1 -1
- package/dist/{chunk-75KFQDH4.js → chunk-R5P73PEG.js} +1 -1
- package/dist/chunk-SVBFZRGV.js +2 -0
- package/dist/{chunk-NXQJYXUK.js → chunk-TOO3FUPK.js} +1 -1
- package/dist/chunk-TW4HQLK6.js +1 -0
- package/dist/{chunk-YJ4XMLDL.js → chunk-W5YFLH2U.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/chunk-YFNRKQEA.js +0 -2
- package/dist/chunk-ZZIIBIEC.js +0 -2
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
|
/**
|
package/dist/auth/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ declare class AuthHost {
|
|
|
22
22
|
private app;
|
|
23
23
|
private auth;
|
|
24
24
|
private functions;
|
|
25
|
+
private appCheck;
|
|
25
26
|
private persistenceReady;
|
|
26
27
|
private redirectResultPromise;
|
|
27
28
|
private redirectResultConsumed;
|
|
@@ -31,6 +32,7 @@ declare class AuthHost {
|
|
|
31
32
|
private syncDesktopAuthToken;
|
|
32
33
|
constructor();
|
|
33
34
|
getApp(): FirebaseApp;
|
|
35
|
+
getAppCheckToken(forceRefresh?: boolean): Promise<string | null>;
|
|
34
36
|
getCurrentUser(): User | null;
|
|
35
37
|
getAuth(): Auth;
|
|
36
38
|
onAuthStateChanged(callback: (user: User | null) => void): () => void;
|
package/dist/auth/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{H as authHost,G as getAuthHost,F as registerDesktopAuthRelay}from'../chunk-
|
|
1
|
+
export{H as authHost,G as getAuthHost,F as registerDesktopAuthRelay}from'../chunk-SVBFZRGV.js';import'../chunk-C7YN5MSV.js';
|
package/dist/auth/internal.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{F as registerDesktopAuthRelay}from'../chunk-
|
|
1
|
+
export{F as registerDesktopAuthRelay}from'../chunk-SVBFZRGV.js';import'../chunk-C7YN5MSV.js';
|