|  Developer
Updated on November 26, 2021

/v1/addons/cameras/stream/audio/{streamId}

  • Send ACC audio to the device (same format as sending directly to camera). – it’s usually an id of audio_stream item. This request is configured by plugin via cameras.create_audio_stream() Lua call.

Type:

Data:

Edit
Key Value Description
Authorization Basic + base64 id of user id and access token A user id and access token in the basic scheme according to standard of Basic HTTP authorization. This header is more priority as user and token pair.
Edit
HTTP Status Code Case Description
400 If a request doesn’t have data
401 If user or token header missed or it has incorrect values
404 If a stream doesn’t exist
408 If a request runs more then 30 minutes
429 If a controller has more then 100 “opened” requests now