TeamsClient.ListCallTranscriptsAsync(String, CancellationToken) Method

Definition

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

Applies to