Resume the relay
Resume audio in both directions after a pause. This does not unmute either leg; mute
settings applied before or during the pause remain in effect. Works on both a per-call
relay and a standalone ws session.
Triggered webhooks: command.websocket.resume.accepted
Authentication
Path parameters
Session UUID (format {5-char-prefix}-{uuid}).
Headers
Request
Optional caller-supplied per-command correlation id, a bare lowercase RFC-4122 v4 UUID (no prefix). Echoed back as operation_uuid in the 202 ack. A later lifecycle webhook carries it only when the gateway can unambiguously associate that event with this command; the field is correlation, not proof of causation. When omitted, the gateway mints one. Not an idempotency key — request deduplication is the Idempotency-Key header. Invalid input (not a v4 UUID) is rejected with 400 invalid_request.
Response
Optional. Set to true on idempotent terminal commands when the session was already in a terminal state at the time the request was received. Absent otherwise.