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

    Type Alias ParticipantResponse

    Response for the participant endpoint request

    type ParticipantResponse = {
        channel_sid: string;
        interaction_sid: string;
        media_properties: MediaProperties | null;
        sid: string;
    }
    Index

    Properties

    channel_sid: string

    The channel sid of the channel where the participant is added

    interaction_sid: string

    The identifier of the interaction where the participant is added

    media_properties: MediaProperties | null

    Optional media properties of the participant

    sid: string

    The identifier of the participant who is added to the channel