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

    Type Alias VoiceTaskParticipant

    VoiceTaskParticipant: BaseParticipant & {
        channelType: Voice;
        isOnHold: boolean;
        mediaProperties?: VoiceMediaProperties | null;
    }

    Extends BaseParticipant with properties specific to voice participants.

    Type declaration

    • ReadonlychannelType: Voice
    • ReadonlyisOnHold: boolean

      Is participant on hold

    • Optional ReadonlymediaProperties?: VoiceMediaProperties | null

      Media properties of the participant