@hamsa-ai/voice-agents-sdk 0.5.3 → 0.5.4
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/main.d.ts +2 -3
package/package.json
CHANGED
package/types/main.d.ts
CHANGED
|
@@ -559,9 +559,8 @@ declare class HamsaVoiceAgent extends EventEmitter {
|
|
|
559
559
|
* browser-based call testing with DTMF input simulation, allowing users to
|
|
560
560
|
* test IVR flows and DTMF transitions without making actual phone calls.
|
|
561
561
|
*
|
|
562
|
-
*
|
|
563
|
-
*
|
|
564
|
-
* in the agent flow.
|
|
562
|
+
* Uses LiveKit's native DTMF API (publishDtmf) which properly integrates with
|
|
563
|
+
* telephony systems and SIP infrastructure per RFC 4733 standard.
|
|
565
564
|
*
|
|
566
565
|
* @param digit - A single DTMF digit: '0'-'9', '*', or '#'
|
|
567
566
|
* @throws {Error} If called when not connected (no active call)
|