Skip to content

/AWS1/CL_CHE=>CREATEMEDIACAPTUREPIPELINE()

About CreateMediaCapturePipeline

Creates a media capture pipeline.

This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMediaCapturePipeline, 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.

Method Signature

IMPORTING

Required arguments:

IV_SOURCETYPE TYPE /AWS1/CHEMEDIAPLINSOURCETYPE /AWS1/CHEMEDIAPLINSOURCETYPE

Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source.

IV_SOURCEARN TYPE /AWS1/CHEARN /AWS1/CHEARN

ARN of the source from which the media artifacts are captured.

IV_SINKTYPE TYPE /AWS1/CHEMEDIAPIPELINESINKTYPE /AWS1/CHEMEDIAPIPELINESINKTYPE

Destination type to which the media artifacts are saved. You must use an S3 bucket.

IV_SINKARN TYPE /AWS1/CHEARN /AWS1/CHEARN

The ARN of the sink type.

Optional arguments:

IV_CLIENTREQUESTTOKEN TYPE /AWS1/CHECLIENTREQUESTTOKEN /AWS1/CHECLIENTREQUESTTOKEN

The unique identifier for the client request. The token makes the API request idempotent. Use a different token for different media pipeline requests.

IO_CHIMESDKMEETINGCONF TYPE REF TO /AWS1/CL_CHECHIMESDKMEETINGC00 /AWS1/CL_CHECHIMESDKMEETINGC00

The configuration for a specified media capture pipeline. SourceType must be ChimeSdkMeeting.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CHECREMEDIACAPTUREP01 /AWS1/CL_CHECREMEDIACAPTUREP01