@telnyx/ai-agent-widget 0.17.0 → 0.19.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.
package/README.md CHANGED
@@ -13,6 +13,15 @@ To use the Telnyx Voice AI Widget, you need to include the widget script in your
13
13
  <script async src="https://unpkg.com/@telnyx/ai-agent-widget"></script>
14
14
  ```
15
15
 
16
+ ### Call Options
17
+
18
+ You can customize the call options by adding attributes to the `<telnyx-ai-agent>` tag:
19
+
20
+ - [`call-destination-number`](https://developers.telnyx.com/development/webrtc/js-sdk/interfaces/icalloptions#destinationnumber)
21
+ - [`call-caller-number`](https://developers.telnyx.com/development/webrtc/js-sdk/interfaces/icalloptions#destinationnumber)
22
+ - [`call-caller-name`](https://developers.telnyx.com/development/webrtc/js-sdk/interfaces/icalloptions#callername)
23
+ - [`call-custom-headers`](https://developers.telnyx.com/development/webrtc/js-sdk/interfaces/icalloptions#customheaders)
24
+
16
25
  ## Development
17
26
 
18
27
  To develop the Telnyx Voice AI Widget, you can clone the repository and run the following commands: