Webhook sent for SIPREC session status updates. This webhook uses Telnyx headers (telnyx-timestamp, telnyx-signature-ed25519) that are compatible with Standard Webhooks specification for SDK generation. Custom validation logic can map these to standard webhook-timestamp and webhook-signature equivalents. See https://github.com/standard-webhooks/standard-webhooks for details.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unix timestamp (seconds since epoch) of when the webhook was sent - compatible with webhook-timestamp Unix timestamp for replay attack prevention
Base64 encoded Ed25519 signature for webhook verification - compatible with webhook-signature Ed25519 signature of timestamp|payload for verification
Webhook sent for SIPREC session status updates.
The unique identifier of the account (user_id).
"f5586561-8ff0-4291-a51b-c7dfe4139ff9"
The unique identifier of the call (call_control_id).
"v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ"
The event type for the SIPREC session.
siprec-started, siprec-stopped, siprec-failed "siprec-started"
A unique identifier for the SIPREC session.
"siprec-abc123"
The timestamp when the event occurred.
"2024-01-15T10:30:00Z"
Error detail if the SIPREC session failed (conditional, only present when SiprecEvent is siprec-failed).
"SIPREC connection failed"
The server must return an HTTP 200, otherwise we will reattempt delivery at the failover webhook URL.