TeamsActivityExtensions.TeamsGetMeetingInfo(IActivity) Method
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.
Gets the TeamsMeetingInfo object from the current activity.
public static Microsoft.Bot.Schema.Teams.TeamsMeetingInfo TeamsGetMeetingInfo (this Microsoft.Bot.Schema.IActivity activity);
static member TeamsGetMeetingInfo : Microsoft.Bot.Schema.IActivity -> Microsoft.Bot.Schema.Teams.TeamsMeetingInfo
<Extension()>
Public Function TeamsGetMeetingInfo (activity As IActivity) As TeamsMeetingInfo
Parameters
- activity
- IActivity
This activity.
Returns
The current activity's team's meeting, or null.