Amazon Chime SDK Voice

2023/02/22 - Amazon Chime SDK Voice - 2 updated api methods

Changes  This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace

GetVoiceConnectorLoggingConfiguration (updated) Link ¶
Changes (response)
{'LoggingConfiguration': {'EnableMediaMetricLogs': 'boolean'}}

See also: AWS API Documentation

Request Syntax

client.get_voice_connector_logging_configuration(
    VoiceConnectorId='string'
)
type VoiceConnectorId

string

param VoiceConnectorId

[REQUIRED]

rtype

dict

returns

Response Syntax

{
    'LoggingConfiguration': {
        'EnableSIPLogs': True|False,
        'EnableMediaMetricLogs': True|False
    }
}

Response Structure

  • (dict) --

    • LoggingConfiguration (dict) --

      • EnableSIPLogs (boolean) --

      • EnableMediaMetricLogs (boolean) --

PutVoiceConnectorLoggingConfiguration (updated) Link ¶
Changes (both)
{'LoggingConfiguration': {'EnableMediaMetricLogs': 'boolean'}}

See also: AWS API Documentation

Request Syntax

client.put_voice_connector_logging_configuration(
    VoiceConnectorId='string',
    LoggingConfiguration={
        'EnableSIPLogs': True|False,
        'EnableMediaMetricLogs': True|False
    }
)
type VoiceConnectorId

string

param VoiceConnectorId

[REQUIRED]

type LoggingConfiguration

dict

param LoggingConfiguration

[REQUIRED]

  • EnableSIPLogs (boolean) --

  • EnableMediaMetricLogs (boolean) --

rtype

dict

returns

Response Syntax

{
    'LoggingConfiguration': {
        'EnableSIPLogs': True|False,
        'EnableMediaMetricLogs': True|False
    }
}

Response Structure

  • (dict) --

    • LoggingConfiguration (dict) --

      • EnableSIPLogs (boolean) --

      • EnableMediaMetricLogs (boolean) --