Participant: {
    displayName?: string;
    participantId: string;
    participantType: ParticipantType;
}

Details of a participant.

Type declaration

  • Optional displayName?: string

    Display name of the participant.

  • participantId: string

    Id of the participant.

  • participantType: ParticipantType

    Type of the participant.