TeamsInfo.GetMeetingInfoAsync(ITurnContext, String, CancellationToken) Method

Definition

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.

Applies to