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

    Type Alias AddVoiceParticipantMediaProperties

    Media properties for add voice participant

    type AddVoiceParticipantMediaProperties = {
        beep?: string;
        call?: ParticipantCallProperties;
        callSid?: string;
        callSidToCoach?: string;
        coaching?: boolean;
        earlyMedia?: boolean;
        endConferenceOnExit?: boolean;
        hold?: boolean;
        jitterBufferSize?: string;
        muted?: boolean;
        startConferenceOnEnter?: boolean;
        transcribe?: boolean;
        transcriptionConfiguration?: string;
        waitMethod?: "GET" | "POST";
        waitUrl?: string;
    }
    Index

    Properties

    beep?: string
    callSid?: string
    callSidToCoach?: string
    coaching?: boolean
    earlyMedia?: boolean
    endConferenceOnExit?: boolean
    hold?: boolean
    jitterBufferSize?: string
    muted?: boolean
    startConferenceOnEnter?: boolean
    transcribe?: boolean
    transcriptionConfiguration?: string
    waitMethod?: "GET" | "POST"
    waitUrl?: string