Installation
The SDK is distributed from its GitHub repo (not a package registry). Clone it and install from source:Quick start
Make an outbound call:Resources and client namespaces are
camelCase (e.g. client.liveCalls), while request body fields are snake_case (e.g. auth_id, answer_url). All methods return a Promise.Authentication
All API calls require your Auth ID and Auth Token, available in the Vobiz Console. Pass them when constructing the client -apiKey maps to your Auth ID and authToken to your Auth Token:
Common operations
All snippets assumeclient and authId are initialized as shown above.
Live calls
In-call actions
Call detail records (CDR)
Conferences
Phone numbers and balance
VobizXML
When a call is answered, Vobiz fetches youranswer_url and expects VobizXML describing the call flow. The SDK bundles a vobizxml builder so you can construct it programmatically - it handles escaping and validation:
Gather uses
inputType and executionTimeout (not timeout). The timeout attribute belongs to Dial/Number elements only.