fields | type | description |
---|---|---|
streamId | string | stream id |
snapshotId | string | snapshot id, must be unique |
metaData | table | [opt] custom user data |
local cameras = require("cameras")
cameras.make_stream_snapshot( "588b7eb528b12d03be86f36f",
"5fc4dedc00000028347b0323",
{ ["meta"] = "data" }
)