TeamsClient.GetMeetingTranscriptAsync 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.
Get meeting transcript
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CallTranscriptResponse> GetMeetingTranscriptAsync(string meetingId, string transcriptId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMeetingTranscriptAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CallTranscriptResponse>
override this.GetMeetingTranscriptAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CallTranscriptResponse>
Public Overridable Function GetMeetingTranscriptAsync (meetingId As String, transcriptId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CallTranscriptResponse)
Parameters
- meetingId
- String
Meeting ID
- transcriptId
- String
Transcript ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get meeting transcript response.
Remarks
Gets a specific transcript for an online meeting