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

    Interface BaseParticipant

    Properties which both VoiceTaskParticipant and ConversationTaskParticipant types have in common.

    interface BaseParticipant {
        channelSid: string;
        errorData: null | { errorCode: number; errorMessage: string };
        interactionSid: string;
        participantSid: string;
        routingProperties?: null | RoutingProperties;
        type: ParticipantType;
    }
    Index

    Properties

    channelSid: string

    The sid of the channel (UOxxx)

    errorData: null | { errorCode: number; errorMessage: string }
    interactionSid: string

    The sid of the interaction (KDxxx)

    participantSid: string

    The sid of the participant (UTxxx)

    routingProperties?: null | RoutingProperties

    The routing properties of the participant

    The type of the participant