@jambonz/sdk
    Preparing search index...

    Class JambonzClient

    REST API client for the jambonz platform. Provides typed methods for creating and managing calls, conferences, and queues.

    const client = new JambonzClient({ baseUrl: 'https://api.jambonz.us', accountSid, apiKey });
    const callSid = await client.calls.create({ from: '+15085551212', to: { type: 'phone', number: '+15085551213' } });
    Index

    Constructors

    Properties

    Constructors

    Properties

    Active call management (create, list, update, redirect, mute, whisper, hangup).

    conferences: ConferencesResource

    Active conference listing.

    Active queue listing.