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.
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' } )
string
[REQUIRED]
The ID of the SIP media application handling the call.
string
[REQUIRED]
The ID of the call transaction.
dict
[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) --
dict
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.