ZeqVoIP
Pulse-synchronized voice-over-IP channel. Zeqond-quantized jitter buffer, HulyaPulse clock recovery for sub-ms synchronization, OPUS codec at 48kHz.
| Endpoint | POST /api/comms/voip |
| Auth | api-key |
| Rate limit | 10/min |
| Category | communications |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | string | Yes | Caller SIP URI or E.164. |
to | string | Yes | Callee SIP URI or E.164. |
codec | string | No | 'opus' (default), 'g711', 'g722'. |
Returns
{ sessionId, codec, sampleRate, zeqondSync, jitterBuffer_ms, status }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"from": "<from>",
"to": "<to>",
"codec": "opus"
}' \
"https://zeqsdk.com/api/comms/voip"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-voip.