Skip to main content

AbortMediaExportPayload

The result of requesting an abort of a media export.

type AbortMediaExportPayload {
applicationId: Int!
environmentId: Int!
mediaExportStatusChange: MediaExportStatusChange!
}

Fields

AbortMediaExportPayload.applicationId ● Int! non-null scalar common

The application ID that owns the environment.

AbortMediaExportPayload.environmentId ● Int! non-null scalar common

The environment ID that owns the export.

AbortMediaExportPayload.mediaExportStatusChange ● MediaExportStatusChange! non-null object common

The status transition returned by the abort request.

Returned By

abortMediaExport mutation