Live Videos
Get live session of a replay
If the video is a replay of a live, you can find the associated live session using this endpoint
get/api/v1/videos/{id}/live-session
Path parameters
Example:42
The object id, uuid or short uuid
Response
successful operation
Example response
{
"replayVideo": {
"shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
"uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
}
}