@twilio/flex-sdk
    Preparing search index...

    Interface CallOptions

    interface CallOptions {
        accept?: boolean;
        record?: boolean;
        statusCallbackUrl?: string;
        timeout?: number;
        to?: string;
    }
    Index

    Properties

    accept?: boolean
    record?: boolean
    statusCallbackUrl?: string
    timeout?: number
    to?: string