@telnyx/webrtc 2.27.1-beta.4 → 2.27.1

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.
@@ -1,5 +1,7 @@
1
+ export declare const RECONNECT_SESSION_ID_MAX_AGE_MS: number;
2
+ export declare function isReconnectSessionIdFresh(now?: number): boolean;
1
3
  export declare function getReconnectToken(): string | null;
2
4
  export declare function setReconnectToken(token: string): void;
3
- export declare function getReconnectSessionId(): string | null;
4
- export declare function setReconnectSessionId(sessionId: string): void;
5
+ export declare function getReconnectSessionId(now?: number): string | null;
6
+ export declare function setReconnectSessionId(sessionId: string, storedAt?: number): void;
5
7
  export declare function clearReconnectToken(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telnyx/webrtc",
3
- "version": "2.27.1-beta.4",
3
+ "version": "2.27.1",
4
4
  "description": "Telnyx WebRTC Client",
5
5
  "keywords": [
6
6
  "telnyx",