From fe2f1d7cb38b2499456b3b5a093e8b4fda84eed6 Mon Sep 17 00:00:00 2001 From: Sam Johnson <7373633+dremin@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:57:37 -0500 Subject: [PATCH] Specify the caller ID worker attribute in docs (#655) --- docs/docs/feature-library/caller-id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/feature-library/caller-id.md b/docs/docs/feature-library/caller-id.md index 6c3f02efa..da35d5cce 100644 --- a/docs/docs/feature-library/caller-id.md +++ b/docs/docs/feature-library/caller-id.md @@ -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.