execute_rpc
execute_rpc
Execute a generic RPC method on a call. This is the low-level interface for
cross-call communication. For common operations, prefer the specific helpers
rpc_dial(),
rpc_ai_message(), and
rpc_ai_unhold().
Parameters
method
RPC method name (e.g., "dial", "ai_message", "ai_unhold").
params
Parameters for the RPC method.
call_id
Target call ID for the RPC command.
node_id
Target node ID for the RPC command.
Returns
FunctionResult — self, for chaining.