Share via


TeamsMeetingParticipant Constructors

Definition

Overloads

TeamsMeetingParticipant()

Initializes a new instance of the TeamsMeetingParticipant class.

TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo)

Initializes a new instance of the TeamsMeetingParticipant class.

TeamsMeetingParticipant()

Initializes a new instance of the TeamsMeetingParticipant class.

public TeamsMeetingParticipant ();
Public Sub New ()

Applies to

TeamsMeetingParticipant(TeamsChannelAccount, ConversationAccount, MeetingParticipantInfo)

Initializes a new instance of the TeamsMeetingParticipant class.

public TeamsMeetingParticipant (Microsoft.Bot.Schema.Teams.TeamsChannelAccount user, Microsoft.Bot.Schema.ConversationAccount conversation = default, Microsoft.Bot.Schema.Teams.MeetingParticipantInfo meeting = default);
new Microsoft.Bot.Schema.Teams.TeamsMeetingParticipant : Microsoft.Bot.Schema.Teams.TeamsChannelAccount * Microsoft.Bot.Schema.ConversationAccount * Microsoft.Bot.Schema.Teams.MeetingParticipantInfo -> Microsoft.Bot.Schema.Teams.TeamsMeetingParticipant
Public Sub New (user As TeamsChannelAccount, Optional conversation As ConversationAccount = Nothing, Optional meeting As MeetingParticipantInfo = Nothing)

Parameters

user
TeamsChannelAccount

Teams Channel Account information for this meeting participant.

conversation
ConversationAccount

Conversation Account for the meeting.

meeting
MeetingParticipantInfo

Information specific to this participant in the specific meeting.

Applies to