Get Recording List
클라우드 녹화 목록 가져오기
Get Recording List
GET
https://uprism.io:30443/v1/users/{userId}/recording
녹화 목록을 가지고 오는 API
Path Parameters
Name
Type
Description
userId
string
userId 참석자 ID
Headers
Name
Type
Description
Authentication
string
"Bearer " + {AcceccToken}
{
"code": 200,
"message": "success",
"response": [
{
"roomId": "room Id",
"roomNo": roomNo,
"title": "title",
"reg_user_ucid": "reg user Id ",
"fileSize": fileSize,
"beginTime": "begin Time",
"endTime": "end Time",
"workDate": "work Date",
"fileName": "[roomNo] reguserId_recordingTime.MP4",
"seqNo": "seqNo"
}
]
}
Last updated
Was this helpful?