There is a validation error for syntactically correct directive responses related to camera RTCSessionControllers
'Alexa.RTCSessionController' is not one of ['Alexa']
Failed validating 'enum' in schema[1]['properties']['event']['properties']['header']['properties']['namespace']:
{'enum': ['Alexa'], 'type': 'string'}
On instance['event']['header']['namespace']:
'Alexa.RTCSessionController'
There is a validation error for syntactically correct directive responses related to camera RTCSessionControllers 'Alexa.RTCSessionController' is not one of ['Alexa']
Failed validating 'enum' in schema[1]['properties']['event']['properties']['header']['properties']['namespace']: {'enum': ['Alexa'], 'type': 'string'}
On instance['event']['header']['namespace']: 'Alexa.RTCSessionController'
Copied from example { "event": { "header": { "namespace": "Alexa.RTCSessionController", "name": "SessionDisconnected", "messageId": "",
"correlationToken": "",
"payloadVersion": "3"
},
"endpoint": {
"scope": {
"type": "BearerToken",
"token": ""
},
"endpointId": ""
},
"payload": {
"sessionId" : ""
}
}
}