For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
No-op. SignalWire handles barge-in automatically via its control plane.
This method exists for API compatibility with LiveKit’s AgentSession.interrupt().
On SignalWire, barge-in is managed automatically by the platform. A one-time
informational message is logged when this method is called.
Signature
1
interrupt(): void
Parameters
None.
Returns
void
Example
1
// Interrupt is a no-op on SignalWire (barge-in is automatic)