Documentation - v1.5.0-beta.6
    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.