通过api获取下载云视频文件的文件名

https://api.zoom.us/v2/meetings/:meetingId/recordings

通过上面api如何获取下载云记录视频的文件的文件名,或者提供可获得下载云记录视频的文件的文件名的api

How to obtain the filename of the downloaded cloud recorded video through the above API, or provide an API that can retrieve the filename of the downloaded cloud recorded video.

Hi @xingyu_zhang
Thanks for reaching out to us and welcome back to our community
This endpoint does not return the name of the downloaded file

请提供一个api可以得到下载视频文件的文件名
“recording_files”: [
{
“id”: “6d419aea-e58f-56de-a688-af8969p952d3”,
“meeting_id”: “YwDCdXqwwQk+DksorPR6GNA==”,
“recording_start”: “2025-04-24T01:50:54Z”,
“recording_end”: “2025-04-24T03:00:42Z”,
“file_type”: “MP4”,
“file_extension”: “MP4”,
“file_size”: 134599033,
“play_url”: “xxxxxx”,
“download_url”: “wwwww”,
“status”: “completed”,
“recording_type”: “shared_screen_with_speaker_view”
}
这个返回值里,能否增加一个file_name的参数,供我利用,或者有其他api可以提供这样的参数file_name
谢谢

This topic was automatically closed after 30 days. New replies are no longer allowed.