Skip to content

Commit

Permalink
Specify the caller ID worker attribute in docs (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin authored Oct 23, 2024
1 parent f0ec43d commit fe2f1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/feature-library/caller-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Content-Type: application/json

## how does it work?

When enabled, this feature loads the phone numbers on the account using a serverless function, caches them locally, preserve the selected value against the worker attributes. When the [StartOutboundCall](https://assets.flex.twilio.com/docs/releases/flex-ui/latest/ui-actions/Actions#StartOutboundCall) action is invoked, we intercept the event before its processed and update the From number to use the selected value stored on the worker attributes.
When enabled, this feature loads the phone numbers on the account using a serverless function, caches them locally, and preserves the selected value into the `selectedCallerId` worker attribute. When the [StartOutboundCall](https://assets.flex.twilio.com/docs/releases/flex-ui/latest/ui-actions/Actions#StartOutboundCall) action is invoked, we intercept the event before it is processed, and update the From number to use the selected value stored in the `selectedCallerId` worker attribute.

0 comments on commit fe2f1d7

Please sign in to comment.