rpcAiUnhold

View as MarkdownOpen in Claude

Release another call from hold. Typically used after injecting a message into the held caller’s AI agent via rpcAiMessage().

Parameters

callId
stringRequired

Call ID of the call to release from hold.

Returns

FunctionResultthis, for chaining.

Example

1import { FunctionResult } from '@signalwire/sdk';
2
3const result = new FunctionResult()
4 .rpcAiUnhold('call-id-123');