register
Record what a nonce is a capability for. Call it from the dynamic-config callback of the dial that
carried the nonce, reading call_id from the request the platform sent and never from anything the
browser supplied. Expired entries are pruned on every call. A nonce that isn’t a non-empty string is
ignored.
Parameters
nonce
The random value your application placed in the dial’s handoff_nonce user variable. Read it with
user_variables().
conversation_id
The conversation this call continues. Keyword-only.
call_id
The platform call ID. Required for /handoff to end the call and for /say to deliver text.
Keyword-only.
Returns
None
Example
See HandoffRouter for the full flow.