TeamsMeetingParticipant Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Teams meeting participant information, detailing user Azure Active Directory and meeting participant details.
public class TeamsMeetingParticipant
type TeamsMeetingParticipant = class
Public Class TeamsMeetingParticipant
- Inheritance
-
TeamsMeetingParticipant
Constructors
TeamsMeetingParticipant() |
Initializes a new instance of the TeamsMeetingParticipant class. |
TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo) |
Initializes a new instance of the TeamsMeetingParticipant class. |
Properties
Conversation |
Gets or sets the Conversation Account for the meeting. |
Meeting |
Gets or sets the participant's meeting information. |
User |
Gets or sets the participant's user information. |