TeamsInfo.GetMeetingInfoAsync(ITurnContext, String, CancellationToken) 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 information for the given meeting id.
public static System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.MeetingInfo> GetMeetingInfoAsync (Microsoft.Bot.Builder.ITurnContext turnContext, string meetingId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetMeetingInfoAsync : Microsoft.Bot.Builder.ITurnContext * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.MeetingInfo>
Public Shared Function GetMeetingInfoAsync (turnContext As ITurnContext, Optional meetingId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MeetingInfo)
Parameters
- turnContext
- ITurnContext
Turn context.
- meetingId
- String
The BASE64-encoded id of the Teams meeting.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Team Details.