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

    Interface representing the details of a meeting participants event.

    interface MeetingParticipantsEventDetails {
        members: TeamsMeetingMember[];
    }
    Index

    Properties

    Properties

    The list of members participating in the meeting.