@urun-sh/core 0.2.30 → 0.2.32
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-ZBJCOKGC.mjs → chunk-73X4QNRW.mjs} +5 -5
- package/dist/{chunk-RITHWXCZ.mjs → chunk-WBUDJHD7.mjs} +2 -2
- package/dist/index.browser.d.mts +21 -3
- package/dist/index.browser.d.ts +21 -3
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +21 -3
- package/dist/index.d.ts +21 -3
- 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-DgTNv1tF.d.mts → stream-data-8bdjS6Au.d.mts} +9 -0
- package/dist/{stream-data-DgTNv1tF.d.ts → stream-data-8bdjS6Au.d.ts} +9 -0
- 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{A as s,B as m,C as c,D as i,E as f,F as x,G as C,H as l,a as e,b as r,u as o,v as t,w as a,y as n,z as p}from"./chunk-
|
|
2
|
+
import{A as s,B as m,C as c,D as i,E as f,F as x,G as C,H as l,a as e,b as r,u as o,v as t,w as a,y as n,z as p}from"./chunk-73X4QNRW.mjs";export{e as ChannelMultiplexer,c as DOC_SYNC_WIRE_CONTRACT_VERSION,r as DeferredChannelMultiplexer,x as DeferredDocConnector,n as LoopbackStreamData,C as SessionDocumentImpl,m as TransportSession,l as createPresence,f as createWebsocketDocConnector,i as deriveYjsServerUrl,a as ensureNodeWebRTC,o as isNodeRuntime,t as nodeMediasoupHandlerName,s as streamDataLabel,p as transportStreamData};
|
|
@@ -478,6 +478,8 @@ interface AppOptions {
|
|
|
478
478
|
|
|
479
479
|
allowWebTransport?: boolean;
|
|
480
480
|
|
|
481
|
+
releaseOnLeave?: boolean;
|
|
482
|
+
|
|
481
483
|
sessionKey?: string;
|
|
482
484
|
|
|
483
485
|
priority?: 'preempt';
|
|
@@ -655,6 +657,12 @@ declare class TransportSession {
|
|
|
655
657
|
|
|
656
658
|
private _latestInboundSample;
|
|
657
659
|
|
|
660
|
+
private _decodeWindowStartSample;
|
|
661
|
+
|
|
662
|
+
private _selectedCandidatePair;
|
|
663
|
+
|
|
664
|
+
private _candidatePairDiagnosticEmitted;
|
|
665
|
+
|
|
658
666
|
private _currentEpoch;
|
|
659
667
|
|
|
660
668
|
private _consumerId;
|
|
@@ -756,6 +764,7 @@ declare class TransportSession {
|
|
|
756
764
|
private _onCreateRecvTransport;
|
|
757
765
|
|
|
758
766
|
private _buildRecvTransport;
|
|
767
|
+
private _reportSelectedCandidatePair;
|
|
759
768
|
|
|
760
769
|
private _tryRestartRecvIce;
|
|
761
770
|
private _trySendIceRestart;
|
|
@@ -478,6 +478,8 @@ interface AppOptions {
|
|
|
478
478
|
|
|
479
479
|
allowWebTransport?: boolean;
|
|
480
480
|
|
|
481
|
+
releaseOnLeave?: boolean;
|
|
482
|
+
|
|
481
483
|
sessionKey?: string;
|
|
482
484
|
|
|
483
485
|
priority?: 'preempt';
|
|
@@ -655,6 +657,12 @@ declare class TransportSession {
|
|
|
655
657
|
|
|
656
658
|
private _latestInboundSample;
|
|
657
659
|
|
|
660
|
+
private _decodeWindowStartSample;
|
|
661
|
+
|
|
662
|
+
private _selectedCandidatePair;
|
|
663
|
+
|
|
664
|
+
private _candidatePairDiagnosticEmitted;
|
|
665
|
+
|
|
658
666
|
private _currentEpoch;
|
|
659
667
|
|
|
660
668
|
private _consumerId;
|
|
@@ -756,6 +764,7 @@ declare class TransportSession {
|
|
|
756
764
|
private _onCreateRecvTransport;
|
|
757
765
|
|
|
758
766
|
private _buildRecvTransport;
|
|
767
|
+
private _reportSelectedCandidatePair;
|
|
759
768
|
|
|
760
769
|
private _tryRestartRecvIce;
|
|
761
770
|
private _trySendIceRestart;
|