Documentation - v1.2.0-alpha.10
    Preparing search index...

    Interface representing the details of a user's meeting.

    interface UserMeetingDetails {
        inMeeting: boolean;
        role: string;
    }
    Index

    Properties

    Properties

    inMeeting: boolean

    Indicates if the user is currently in a meeting.

    role: string

    The role of the user in the meeting.