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

    Type Alias VoiceMediaProperties

    VoiceMediaProperties: {
        accountSid: string;
        callSid: string;
        coaching: boolean;
        conferenceSid: string;
        endConferenceOnExit: boolean;
        friendlyName: string;
        from?: string;
        hold: boolean;
        muted: boolean;
        participantCallStatus?: ParticipantCallStatus;
        reasonParticipantLeft?: ReasonParticipantLeft;
        sequenceNumber: number;
        startConferenceOnEnter: boolean;
        statusCallbackEvent?: StatusCallbackEvent;
        timestamp: string;
        to?: string;
    } & MediaProperties

    Media properties specific to voice participants.