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

    Type Alias AddVoiceParticipantOptions

    Add voice participant options

    type AddVoiceParticipantOptions = {
        from: string;
        mediaProperties?: AddVoiceParticipantMediaProperties;
        routingProperties?: RoutingProperties;
        to: string;
        type: ParticipantType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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'