TeamsClient.GetMeetingTranscriptContentAsync Method

Definition

Get meeting transcript content

public virtual System.Threading.Tasks.Task<string> GetMeetingTranscriptContentAsync(string meetingId, string transcriptId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMeetingTranscriptContentAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.GetMeetingTranscriptContentAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function GetMeetingTranscriptContentAsync (meetingId As String, transcriptId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parameters

meetingId
String

Meeting ID

transcriptId
String

Transcript ID

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get meeting transcript content response.

Remarks

Gets the content of a meeting transcript

Applies to