@vanira/sdk 0.0.27 → 0.0.28

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.
@@ -75,7 +75,9 @@ export declare class WebRTCClient {
75
75
  */
76
76
  triggerActionInterrupt(): void;
77
77
  /**
78
- * Static helper to fetch ICE servers from Hasura
78
+ * Fetch active STUN/TURN ICE servers from the Vanira API.
79
+ * @param apiKey Your sk_live_* or pk_live_* key
80
+ * @param backendUrl Override the default backend URL (default: https://api.vanira.io)
79
81
  */
80
- static fetchIceServers(token: string, graphqlEndpoint?: string): Promise<RTCIceServer[]>;
82
+ static fetchIceServers(apiKey: string, backendUrl?: string): Promise<RTCIceServer[]>;
81
83
  }
@@ -18,6 +18,7 @@ export declare class VoiceOverlay {
18
18
  private connectingLabel;
19
19
  private connectedBadge;
20
20
  private errorLabel;
21
+ private giveItAMinuteLabel;
21
22
  private retryBtn;
22
23
  private timerEl;
23
24
  private transcriptionEl;