hanc-webrtc-widgets 2.7.1 → 2.7.2

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.
@@ -21,6 +21,7 @@ export declare class InlineCall extends LitElement {
21
21
  private formRequestId;
22
22
  private formFields;
23
23
  private domainBlocked;
24
+ private errorKind;
24
25
  privacyUrl: string;
25
26
  termsUrl: string;
26
27
  termsEnabled: boolean;
@@ -61,6 +62,7 @@ export declare class InlineCall extends LitElement {
61
62
  private handleLocalAudioTrack;
62
63
  private handleMicrophoneEnabled;
63
64
  private handleMicrophoneDisabled;
65
+ private handleError;
64
66
  private handleStatusChange;
65
67
  private toggleCall;
66
68
  private handleAgentCommand;
@@ -47,6 +47,7 @@ export interface LiveKitCallManagerEvents {
47
47
  disconnected: Event;
48
48
  error: CustomEvent<{
49
49
  error: string | null;
50
+ status?: number | null;
50
51
  }>;
51
52
  }
52
53
  export interface AgentCommand {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanc-webrtc-widgets",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "type": "module",
5
5
  "main": "dist/hanc-webrtc-widgets.umd.js",
6
6
  "module": "dist/hanc-webrtc-widgets.es.js",