Share via


TeamsMeetingParticipant interface

Interface representing a participant in a Teams meeting.

Properties

conversation

The conversation account associated with the meeting.

meeting

The meeting details.

user

The user participating in the meeting.

Property Details

conversation

The conversation account associated with the meeting.

conversation?: ConversationAccount

Property Value

meeting

The meeting details.

meeting?: Meeting<TState>

Property Value

Meeting<TState>

user

The user participating in the meeting.

user?: TeamsChannelAccount

Property Value