@voxket-ai/voxket-live 1.0.143 → 1.0.144

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.
@@ -71,6 +71,7 @@ export declare class VoxketClient extends VoxketEventEmitter<VoxketEvents & RpcE
71
71
  private activeTranscriptions;
72
72
  private isAgentConnected;
73
73
  private agentState;
74
+ private _eventEmitters;
74
75
  constructor(config: VoxketClientConfig);
75
76
  private setupEventListeners;
76
77
  private setupRpcEventForwarding;