@urun-sh/core 0.2.37 → 0.2.39
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/index.browser.d.mts +2 -0
- package/dist/index.browser.d.ts +2 -0
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.browser.d.mts
CHANGED
|
@@ -816,6 +816,8 @@ declare class TransportNegotiator {
|
|
|
816
816
|
get activeTransport(): MediaSession['kind'] | null;
|
|
817
817
|
connect(): Promise<MediaSession>;
|
|
818
818
|
disconnect(): Promise<void>;
|
|
819
|
+
|
|
820
|
+
retryWebTransport(): Promise<MediaSession | null>;
|
|
819
821
|
private createWebTransportSession;
|
|
820
822
|
private startWebRtc;
|
|
821
823
|
|
package/dist/index.browser.d.ts
CHANGED
|
@@ -816,6 +816,8 @@ declare class TransportNegotiator {
|
|
|
816
816
|
get activeTransport(): MediaSession['kind'] | null;
|
|
817
817
|
connect(): Promise<MediaSession>;
|
|
818
818
|
disconnect(): Promise<void>;
|
|
819
|
+
|
|
820
|
+
retryWebTransport(): Promise<MediaSession | null>;
|
|
819
821
|
private createWebTransportSession;
|
|
820
822
|
private startWebRtc;
|
|
821
823
|
|