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

    Interface representing a participant in a Teams meeting.

    interface TeamsMeetingParticipant<TState extends TurnState> {
        conversation?: ConversationAccount;
        meeting?: Meeting<TState>;
        user?: TeamsChannelAccount;
    }

    Type Parameters

    • TState extends TurnState
    Index

    Properties

    conversation?: ConversationAccount

    The conversation account associated with the meeting.

    meeting?: Meeting<TState>

    The meeting details.

    The user participating in the meeting.