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

    Type Alias ParticipantEventData

    Data of a participant received from events

    type ParticipantEventData = {
        channel_sid: string;
        channel_type: MediaChannelType;
        interaction_sid: string;
        media_properties: MediaProperties | null;
        participant_sid: string;
        routing_properties: RoutingData | null;
        type: ParticipantType;
    }
    Index

    Properties

    channel_sid: string

    The sid of the channel (UOxxx)

    channel_type: MediaChannelType

    The type of the channel

    interaction_sid: string

    The sid of the interaction (KDxxx)

    media_properties: MediaProperties | null

    Media properties of the participant

    participant_sid: string

    The sid of the participant (UTxxx)

    routing_properties: RoutingData | null

    The routing properties of the participant

    The type of the participant