TeamsOperationsExtensions.FetchMeetingInfoAsync 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.
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.