hanc-webrtc-widgets 2.2.14 → 2.3.0

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.
@@ -19,6 +19,7 @@ export declare class FloatingCall extends LitElement {
19
19
  voiceServiceUrl?: string;
20
20
  private callStatus;
21
21
  private microphoneEnabled;
22
+ private microphoneInitialized;
22
23
  private serviceUnavailable;
23
24
  buttonStartText: string;
24
25
  buttonConnectingText: string;
@@ -20,6 +20,7 @@ export declare class InlineCall extends LitElement {
20
20
  voiceServiceUrl?: string;
21
21
  private callStatus;
22
22
  private microphoneEnabled;
23
+ private microphoneInitialized;
23
24
  private serviceUnavailable;
24
25
  buttonStartText: string;
25
26
  buttonConnectingText: string;
@@ -19,6 +19,7 @@ export declare class PillCall extends LitElement {
19
19
  voiceServiceUrl?: string;
20
20
  private callStatus;
21
21
  private microphoneEnabled;
22
+ private microphoneInitialized;
22
23
  private serviceUnavailable;
23
24
  buttonStartText: string;
24
25
  buttonConnectingText: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanc-webrtc-widgets",
3
- "version": "2.2.14",
3
+ "version": "2.3.0",
4
4
  "type": "module",
5
5
  "main": "dist/hanc-webrtc-widgets.umd.js",
6
6
  "module": "dist/hanc-webrtc-widgets.es.js",