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