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