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

    Interface ConferenceOptions

    interface ConferenceOptions {
        beep?: string | boolean;
        beepOnCustomerEntrance?: boolean;
        conferenceRecord?: string | boolean;
        conferenceRecordingStatusCallback?: string;
        conferenceRecordingStatusCallbackMethod?: string;
        conferenceStatusCallback?: string;
        conferenceStatusCallbackEvent?: string;
        conferenceStatusCallbackMethod?: string;
        conferenceTrim?: string;
        earlyMedia?: boolean;
        endConferenceOnCustomerExit?: boolean;
        endConferenceOnExit?: boolean;
        from?: string;
        maxParticipants?: number;
        muted?: boolean;
        record?: string;
        recordingChannels?: string;
        recordingStatusCallback?: string;
        recordingStatusCallbackMethod?: string;
        region?: string;
        sipAuthPassword?: string;
        sipAuthUsername?: string;
        startConferenceOnEnter?: boolean;
        statusCallback?: string;
        statusCallbackEvent?: string;
        statusCallbackMethod?: string;
        timeout?: number;
        to?: string;
        transcribe?: boolean;
        transcriptionConfiguration?: string;
        waitMethod?: string;
        waitUrl?: string;
    }
    Index

    Properties

    beep?: string | boolean
    beepOnCustomerEntrance?: boolean
    conferenceRecord?: string | boolean
    conferenceRecordingStatusCallback?: string
    conferenceRecordingStatusCallbackMethod?: string
    conferenceStatusCallback?: string
    conferenceStatusCallbackEvent?: string
    conferenceStatusCallbackMethod?: string
    conferenceTrim?: string
    earlyMedia?: boolean
    endConferenceOnCustomerExit?: boolean
    endConferenceOnExit?: boolean
    from?: string
    maxParticipants?: number
    muted?: boolean
    record?: string
    recordingChannels?: string
    recordingStatusCallback?: string
    recordingStatusCallbackMethod?: string
    region?: string
    sipAuthPassword?: string
    sipAuthUsername?: string
    startConferenceOnEnter?: boolean
    statusCallback?: string
    statusCallbackEvent?: string
    statusCallbackMethod?: string
    timeout?: number
    to?: string
    transcribe?: boolean
    transcriptionConfiguration?: string
    waitMethod?: string
    waitUrl?: string