Media Pipeline Kinesis Video Pool events - Amazon Chime SDK

Media Pipeline Kinesis Video Pool events

Media pipelines send the following events to Event Bridge when the pools' states change. Expand each section to learn more.

The media pipeline sends this event is sent after the CreateMediaPipelineKinesisVideoStreamPool API creates a pool.

{ "version": "0", "id": "5ee6265a-0a40-104e-d8fd-a3b4bdd78483", "detail-type": "Chime Media Pipeline Kinesis Video Pool State Change", "source": "aws.chime", "account": "111122223333", "time": "2021-07-28T20:20:49Z", "region": "us-east-1", "resources": [], "detail": { "eventType": "chime:MediaPipelineKinesisVideoStreamPoolActive", "timestamp": 1627503649251, "mediaRegion": "ap-southeast-1", "poolArn" : "ARN of the KVS Pool" } }

The media pipeline sends this event after the UpdateMediaPipelineKinesisVideoStreamPool API updates a pool.

{ "version": "0", "id": "5ee6265a-0a40-104e-d8fd-a3b4bdd78483", "detail-type": "Chime Media Pipeline Kinesis Video Pool State Change", "source": "aws.chime", "account": "111122223333", "time": "2021-07-28T20:20:49Z", "region": "us-east-1", "resources": [], "detail": { "eventType": "chime:MediaPipelineKinesisVideoStreamPoolUpdated", "timestamp": 1627503649251, "mediaRegion": "ap-southeast-1", "poolArn" : "ARN of the KVS Pool" } }

The media pipeline sends this event to Event Bridge when the DeleteMediaPipelineKinesisVideoStreamPool deletes a pool.

For more information about deleting pools, refer to Creating a Kinesis Video Streams pool, in this section.

{ "version": "0", "id": "5ee6265a-0a40-104e-d8fd-a3b4bdd78483", "detail-type": "Chime Media Pipeline Kinesis Video Pool State Change", "source": "aws.chime", "account": "111122223333", "time": "2021-07-28T20:20:49Z", "region": "us-east-1", "resources": [], "detail": {If the attendeeId and externalUserId fields are empty, the media pipeline sends mixed audio to the KVS stream. "eventType": "chime:MediaPipelineKinesisVideoStreamPoolDeleted", "timestamp": 1627503649251, "mediaRegion": "ap-southeast-1", "poolArn" : "ARN of the KVS Pool" } }

The media pipeline sends the following event to Event Bridge when a video pool fails temporarily.

{ "version": "0", "id": "5ee6265a-0a40-104e-d8fd-a3b4bdd78483", "detail-type": "Chime Media Pipeline Kinesis Video Pool State Change", "source": "aws.chime", "account": "111122223333", "time": "2021-07-28T20:20:49Z", "region": "us-east-1", "resources": [], "detail": { "eventType": "chime:MediaPipelineKinesisVideoStreamPoolTemporaryFailure", "timestamp": 1627503649251, "mediaRegion": "ap-southeast-1", "poolArn" : "ARN of the KVS Pool" } }

The media pipeline sends the following event to Event Bridge when a video pool fails permanently.

{ "version": "0", "id": "5ee6265a-0a40-104e-d8fd-a3b4bdd78483", "detail-type": "Chime Media Pipeline Kinesis Video Pool State Change", "source": "aws.chime", "account": "111122223333", "time": "2021-07-28T20:20:49Z", "region": "us-east-1", "resources": [], "detail": { "eventType": "chime:MediaPipelineKinesisVideoStreamPoolPermanentFailure", "timestamp": 1627503649251, "mediaRegion": "ap-southeast-1", "poolArn" : "ARN of the KVS Pool" } }