Share via


TeamsOperationsExtensions.FetchMeetingInfoAsync Method

Definition

Fetches information related to a Teams meeting.

public static System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.MeetingInfo> FetchMeetingInfoAsync (this Microsoft.Bot.Connector.Teams.ITeamsOperations operations, string meetingId, System.Threading.CancellationToken cancellationToken = default);
static member FetchMeetingInfoAsync : Microsoft.Bot.Connector.Teams.ITeamsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.MeetingInfo>
<Extension()>
Public Function FetchMeetingInfoAsync (operations As ITeamsOperations, meetingId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MeetingInfo)

Parameters

operations
ITeamsOperations

The operations group for this extension method.

meetingId
String

Meeting Id.

cancellationToken
CancellationToken

The cancellation token.

Returns

The details related to a team.

Applies to