TeamsClient.ListCallTranscriptsAsync(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.
List call transcripts
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CallTranscriptCollectionResponse> ListCallTranscriptsAsync(string callId, System.Threading.CancellationToken cancellationToken = default);
abstract member ListCallTranscriptsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CallTranscriptCollectionResponse>
override this.ListCallTranscriptsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CallTranscriptCollectionResponse>
Public Overridable Function ListCallTranscriptsAsync (callId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CallTranscriptCollectionResponse)
Parameters
- callId
- String
Call ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List call transcripts response.
Remarks
Lists all transcripts for an ad-hoc call