Chime / Client / stop_meeting_transcription

stop_meeting_transcription#

Chime.Client.stop_meeting_transcription(**kwargs)#

Stops transcription for the specified meetingId.

Warning

This API is is no longer supported and will not be updated. We recommend using the latest version, StopMeetingTranscription, in the Amazon Chime SDK.

Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.stop_meeting_transcription(
    MeetingId='string'
)
Parameters:

MeetingId (string) –

[REQUIRED]

The unique ID of the meeting for which you stop transcription.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions