华为云会议
| Details
  • 登录鉴权
    • CheckToken
    • CreateAppIdToken
    • CreatePortalRefNonce
    • CreateProxyToken
    • CreateToken
    • DeleteToken
    • SetSsoConfig
    • ShowSsoConfig
    • UpdateToken
  • 会议管理
    • CancelMeeting
    • CancelRecurringMeeting
    • CancelRecurringSubMeeting
    • CheckCallNumberInConf
    • CreateAnonymousAuthRandom
    • CreateAuthRandom
    • CreateMeeting
    • CreateRecurringMeeting
    • DeleteRecordings
    • ListOnlineConfAttendee
    • SearchAttendanceRecordsOfHisMeeting
    • SearchCtlRecordsOfHisMeeting
    • SearchHisMeetings
    • SearchMeetings
    • SearchOnlineMeetings
    • SearchRecordings
    • ShowConfOrg
    • ShowHisMeetingDetail
    • ShowMeetingDetail
    • ShowOnlineMeetingDetail
    • ShowOrgRes
    • ShowRecordingDetail
    • ShowRecordingFileDownloadUrls
    • ShowRegionInfoOfMeeting
    • ShowSpRes
    • StartMeeting
    • UpdateMeeting
    • UpdateRecurringMeeting
    • UpdateRecurringSubMeeting
  • 会议控制
    • AllowClientRecord
    • AllowGuestUnmute
    • AllowWaitingParticipant
    • BatchHand
    • BroadcastParticipant
    • CancelBroadcast
    • CreateConfToken
    • CreateWebSocketToken
    • DeleteAttendees
    • DeleteLayout
    • Hand
    • HangUp
    • InviteOperateVideo
    • InviteParticipant
    • InviteShare
    • InviteWithPwd
    • Live
    • LockMeeting
    • LockView
    • MoveToWaitingRoom
    • MuteMeeting
    • MuteParticipant
    • ProlongMeeting
    • Record
    • RenameParticipant
    • RollcallParticipant
    • SaveLayout
    • SetCohost
    • SetCustomMultiPicture
    • SetHostView
    • SetMultiPicture
    • SetParticipantView
    • SetRole
    • ShowLayout
    • ShowRealTimeInfoOfMeeting
    • StopMeeting
    • SwitchMode
    • UpdateStartedConfConfig
  • 企业级会议事件推送设置
    • DeleteWebHookConfig
    • SetWebHookConfig
    • ShowWebHookConfig
    • UpdateWebHookConfigStatus
  • 企业管理
    • AddCorp
    • DeleteCorp
    • SearchCorp
    • SearchCorpResources
    • ShowCorp
    • ShowCorpBasicInfo
    • ShowCorpResource
    • UpdateCorp
    • UpdateCorpBasicInfo
  • 企业部门管理
    • AddDepartment
    • DeleteDepartment
    • SearchDepartmentByName
    • ShowDepartment
    • ShowDeptAndChildDept
    • UpdateDepartment
  • 用户管理
    • AddUser
    • BatchDeleteUsers
    • BatchShowUserDetails
    • BatchUpdateUserStatus
    • CheckVeriCodeForUpdateUserInfo
    • InviteUser
    • SearchUsers
    • SendVeriCodeForUpdateUserInfo
    • ShowMyInfo
    • ShowUserDetail
    • UpdateContact
    • UpdateMyInfo
    • UpdateUser
  • 企业管理员管理
    • AddCorpAdmin
    • BatchDeleteCorpAdmins
    • SearchCorpAdmins
    • ShowCorpAdmin
  • 硬终端管理
    • AddDevice
    • BatchDeleteDevices
    • BatchUpdateDevicesStatus
    • SearchDevices
    • ShowDeviceDetail
    • ShowDeviceStatus
    • ShowDeviceTypes
    • UpdateDevice
  • 激活码管理
    • CreateVisionActiveCode
    • DeleteVisionActiveCode
    • ResetActivecode
    • ResetVisionActiveCode
    • SearchVisionActiveCode
  • 云会议室管理
    • AssociateVmr
    • DeleteCorpVmr
    • DisassociateVmr
    • SearchCorpVmr
    • SearchMemberVmr
    • UpdateMemberVmr
  • 用户密码管理
    • CheckSlideVerifyCode
    • CheckVerifyCode
    • ResetPwd
    • ResetPwdByAdmin
    • SendSlideVerifyCode
    • SendVeriCodeForChangePwd
    • UpdatePwd
  • 查询企业通讯录
    • SearchCorpDir
    • SearchCorpExternalDir
  • 企业资源管理
    • AddResource
    • DeleteResource
    • SearchResource
    • SearchResourceOpRecord
    • ShowSpResource
    • UpdateResource
  • 会议纪要
    • AddToPersonalSpace
    • SearchMeetingFileList
    • ShowMeetingFile
    • ShowMeetingFileList
  • 信息窗发布管理
    • AddPublication
    • BatchDeletePublications
    • SearchPublications
    • ShowPublication
    • UpdatePublication
  • 信息窗节目管理
    • AddProgram
    • BatchDeletePrograms
    • SearchPrograms
    • ShowProgram
    • UpdateProgram
  • 信息窗素材管理
    • AddMaterial
    • BatchDeleteMaterials
    • SearchMaterials
    • UpdateMaterial
  • 用户头像管理
    • SetProfileImage
    • SetUserProfileImage
  • 企业应用管理
    • AddAppId
    • BatchSearchAppId
    • DeleteAppId
    • ResetAppKey
    • UpdateAppId

SearchRecordings

GET
https://api-intl.meeting.huaweicloud.com/v1/mmc/management/record/files
Advanced
Required parameters only
Default
Encrypt sensitive parameters
API Description

This API is used to query all recording files in the management domain of an administrator or query all recording files managed by a common user. If no query parameter is carried, recording files within the permissions scope are queried by default.

URL
GET  https://api-intl.meeting.huaweicloud.com/v1/mmc/management/record/files
Request Parameters
NameTypeINMandatoryDescription
X-Site-Id
stringheader No

ID of the HCS Online site where the authentication is performed.

X-Authorization-Type
stringheader No

Whether the request is sent from a third-party portal.

X-Access-Token
stringheader Yes

Token authentication. Use the value of accessToken in the response to the request for [Authenticating an App ID].

sortType
stringquery No
  • ASC_StartTIME: Records are sorted by start time in ascending order.
  • DSC_StartTIME: Records are sorted by start time in descending order.
endDate
longquery Yes

End time of the query, in milliseconds.

startDate
longquery Yes

Start time of the query, in milliseconds.

searchKey
stringquery No

The meeting topic, user who schedules the meeting, and meeting ID can be used as the keywords.

queryAll
booleanquery No

Whether to query meeting recordings of all users in your enterprise.

  • This parameter is valid only when the login account is an enterprise administrator account.
  • If the value is set to true, the userUUID parameter is invalid.
limit
integerquery No

Number of records to return. Default value: 20. Maximum value: 100.

offset
integerquery No

Page index to return. Default value: 0.

userUUID
stringquery No

UUID of users who schedule meetings. Only administrators have the permissions to query the UUID of all users in the same enterprise. Common users can only query their own UUID. The default value is the UUID of the login account.

Response Parameters
Status code: 200

Operation successful.

NameTypeDescription
offset
integer

Record index.

limit
integer

Number of records on each page.

count
integer

Total number of records.

data
Array of RecordResultDO objects

Recording file list.

200 data
NameTypeDescription
confUUID
string

Meeting UUID.

confID
string

Meeting ID.

url
Array of strings

URL for watching the recording file.

rcdTime
integer

Recording duration, in seconds.

rcdSize
integer

Recording file size, in MB.

subject
string

Meeting topic.

scheduserName
string

User who schedules the meeting.

startTime
string

Meeting start time.

isDecodeFinish
boolean

Whether the recording file is transcoded.

decodeEndTime
long

Estimated time when transcoding of a recording file will complete.

available
boolean

Whether the recording file can be played.

recordAuthType
integer

Recording authentication mode. This parameter is valid only when recordType is set to 2 or 3.

  • 0: Users who obtain the link of the recording can watch or download the recording.
  • 1: Only enterprise users can watch or download the recording.
  • 2: Only meeting participants can view and download the recording.
Status code: 401

Authentication is not performed or fails.

NameTypeDescription
error_code
string

error code.

  • MMC.111072005 - CONF_NOT_STARTED
  • MMC.111072065 - CONF_NOT_FOUND_OR_AUTH_FAILED
error_msg
string

error message.

Status code: 500

Server internal error.

NameTypeDescription
error_code
string

error code.

  • MMC.111072005 - CONF_NOT_STARTED
  • MMC.111072065 - CONF_NOT_FOUND_OR_AUTH_FAILED
error_msg
string

error message.

Example Request
Example 1
"GET https://{endpoint}/v1/mmc/management/record/files?startDate=1581696000000&endDate=1582819199999"
Example Response
Status code: 200

Operation successful.

Example 1
{
"data": [
{
"confUUID": "7206baf3595411eab96df9726995e579",
"confID": "912731059",
"url": [
"https://vod.meeting.huaweicloud.com/rse/rse/html/play/Mediaxplay.html?rseid=00028&recordId=00028847-8164-4c7c-8045-ea6b9a356c30&token=f10c2e956cee7875291d4bdab9a8ff3e7f89856e0c743159&confID=7206baf3595411eab96df9726995e579&isSecure=true"
],
"rcdTime": 741,
"rcdSize": 35,
"subject": "Video conference02",
"scheduserName": "Secretary Jin",
"startTime": "2020-02-27 11:29",
"isDecodeFinish": true,
"decodeEndTime": "1582804614871",
"available": "true"
},
{
"confUUID": "994eb0dc595311ea96aa558817f2e896",
"confID": "912731059",
"url": [
"https://vod.meeting.huaweicloud.com/rse/rse/html/play/Mediaxplay.html?rseid=00028&recordId=00028397-428f-4a7b-8fb6-cf7429dc761d&token=d4d78fbaaa1b24aedec3571ac007ea50beaa288f63603aa9&confID=994eb0dc595311ea96aa558817f2e896&isSecure=true"
],
"rcdTime": 340,
"rcdSize": 12,
"subject": "Video conference01",
"scheduserName": "Secretary Jin",
"startTime": "2020-02-27 11:23",
"isDecodeFinish": true,
"decodeEndTime": "1582803369300",
"available": "true"
},
{
"confUUID": "8402d614595211eab1ac0bea481dde1e",
"confID": "912731059",
"url": [
"https://vod.meeting.huaweicloud.com/rse/rse/html/play/Mediaxplay.html?rseid=00028&recordId=00028a4c-8258-4d5c-9fa7-c5b27609d8a6&token=44a3413303867ff70bcce9f453e4d89553b43e97e534c0c1&confID=8402d614595211eab1ac0bea481dde1e&isSecure=true"
],
"rcdTime": 398,
"rcdSize": 2,
"subject": "Video conference",
"scheduserName": "Secretary Jin",
"startTime": "2020-02-27 11:15",
"isDecodeFinish": true,
"decodeEndTime": "1582803031607",
"available": "true"
}
],
"offset": 0,
"limit": 20,
"count": 3
}
Status code: 401

Authentication is not performed or fails.

Example 1
{
"error_code": "MMC.118000001",
"error_msg": "USER_TOKEN_AUTH_FAILED"
}
Status code: 500

Server internal error.

Example 1
{
"error_code": "MMC.11070003",
"error_msg": "CONF_EXCEPTION"
}
SDK
Click 华为云会议 (Meeting) SDK to download the SDK in your programming language or view the SDK documentation. To learn how to install an SDK and perform authentication, read Usage.
Error Code

Outline

API Description
URL
Request Parameters
Response Parameters
Example Request
Example Response
SDK
Error Code