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
{'LoggingConfiguration': {'EnableMediaMetricLogs': 'boolean'}}
See also: AWS API Documentation
Request Syntax
client.get_voice_connector_logging_configuration(
VoiceConnectorId='string'
)
string
[REQUIRED]
dict
Response Syntax
{
'LoggingConfiguration': {
'EnableSIPLogs': True|False,
'EnableMediaMetricLogs': True|False
}
}
Response Structure
(dict) --
LoggingConfiguration (dict) --
EnableSIPLogs (boolean) --
EnableMediaMetricLogs (boolean) --
{'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
}
)
string
[REQUIRED]
dict
[REQUIRED]
EnableSIPLogs (boolean) --
EnableMediaMetricLogs (boolean) --
dict
Response Syntax
{
'LoggingConfiguration': {
'EnableSIPLogs': True|False,
'EnableMediaMetricLogs': True|False
}
}
Response Structure
(dict) --
LoggingConfiguration (dict) --
EnableSIPLogs (boolean) --
EnableMediaMetricLogs (boolean) --