Member Junction
    Preparing search index...

    The arguments the native client's placeCall() accepts for an outbound dial.

    interface NativePlaceCallArgs {
        from: string;
        options?: Record<string, unknown>;
        to: string;
    }
    Index

    Properties

    Properties

    from: string

    The agent's caller-id / DID the call originates from.

    options?: Record<string, unknown>

    Provider-specific dial options (event-webhook URL, recording flags, region, …).

    to: string

    Destination number to dial (E.164 recommended).