echo
Echo audio back to the caller. This is primarily useful for testing audio quality, latency, and connectivity. The caller hears their own voice repeated back to them.
This method emits calling.call.echo events. See Call Events for payload details.
Parameters
timeout
Maximum duration of the echo in seconds. The echo stops automatically after this timeout.
statusUrl
URL to receive echo status webhooks.
Returns
Promise<Record<string, unknown>> — Server response confirming the echo operation.