Skip to main content

ZeqVoIP

Pulse-synchronized voice-over-IP channel. Zeqond-quantized jitter buffer, HulyaPulse clock recovery for sub-ms synchronization, OPUS codec at 48kHz.

EndpointPOST /api/comms/voip
Authapi-key
Rate limit10/min
Categorycommunications

Parameters

NameTypeRequiredDescription
fromstringYesCaller SIP URI or E.164.
tostringYesCallee SIP URI or E.164.
codecstringNo'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.