Live Videos
List live sessions
List all sessions created in a particular live
get/api/v1/videos/live/{id}/sessions
Path parameters
Example:42
The object id, uuid or short uuid
Response
successful operation
Example response
{
"data": [
{
"replayVideo": {
"shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
"uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
}
}
],
"total": 1
}