Server SDKs
Build AI agents, control calls, send messages, and more
Release another call from hold. Typically used after injecting a message into the held caller’s AI agent via rpcAiMessage().
rpcAiMessage()
Call ID of the call to release from hold.
FunctionResult — this, for chaining.
FunctionResult
this
1import { FunctionResult } from '@signalwire/sdk';23const result = new FunctionResult()4 .rpcAiUnhold('call-id-123');