@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.
@@ -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
 
@@ -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