Amazon Chime

2021/06/17 - Amazon Chime - 1 new api methods

Changes  This release adds a new API UpdateSipMediaApplicationCall, to update an in-progress call for SipMediaApplication.

UpdateSipMediaApplicationCall (new) Link ΒΆ

Allows you to trigger a Lambda function at any time while a call is active, and replace the current actions with new actions returned by the invocation.

See also: AWS API Documentation

Request Syntax

client.update_sip_media_application_call(
    SipMediaApplicationId='string',
    TransactionId='string',
    Arguments={
        'string': 'string'
    }
)
type SipMediaApplicationId

string

param SipMediaApplicationId

[REQUIRED]

The ID of the SIP media application handling the call.

type TransactionId

string

param TransactionId

[REQUIRED]

The ID of the call transaction.

type Arguments

dict

param Arguments

[REQUIRED]

Arguments made available to the Lambda function as part of the CALL_UPDATE_REQUESTED event. Can contain 0-20 key-value pairs.

  • (string) --

    • (string) --

rtype

dict

returns

Response Syntax

{
    'SipMediaApplicationCall': {
        'TransactionId': 'string'
    }
}

Response Structure

  • (dict) --

    • SipMediaApplicationCall (dict) --

      A Call instance for a SIP media application.

      • TransactionId (string) --

        The transaction ID of a call.