Type alias DropConferenceParticipantPayload

DropConferenceParticipantPayload: {
    participantId: string;
}

Request payload for removing a supported participant from an active conference.

Type declaration

  • participantId: string

    Participant identifier supplied by the current task roster.