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

    Interface AddExternalVoiceParticipantOptions

    Add voice participant options

    interface AddExternalVoiceParticipantOptions {
        callerId?: string;
        from: string;
        mediaProperties?: AddVoiceParticipantMediaProperties;
        routingProperties?: RoutingProperties;
        to: string;
        type: ParticipantType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    callerId?: string
    from: string

    The phone number the call is made from

    Media properties for the Agent participant

    routingProperties?: RoutingProperties

    Routing properties for the Agent participant

    to: string

    The phone number to call to

    Type of the voice participant, 'agent', 'customer', 'supervisor' or 'external'