Hiyve Components - v1.0.0
    Preparing search index...

    Meeting participant

    interface Participant {
        email: string;
        id?: string;
        name?: string;
        required?: boolean;
    }
    Index

    Properties

    email: string

    Participant email

    id?: string

    Unique participant identifier

    name?: string

    Display name

    required?: boolean

    Whether participant is required