[
{
"id": 123,
"name": "<string>",
"width": 123,
"height": 123,
"recording": true
}
]
[
{
"id": 123,
"name": "<string>",
"width": 123,
"height": 123,
"recording": true
}
]
The response is of type object[]
.
Was this page helpful?