api获取正在召开的会议https://api.zoom.us/v2/users/{userId}/meetings

Description/Error
获取正在运行的会议的内容的开始时间不正确
前提条件【相同会议id,举行两个会议(uuid不同)】


Get the start time of the content of a running meeting is incorrect
Prerequisites [same meeting id, two meetings (uuid different)]

Which Endpoint/s?

How To Reproduce (If applicable)
Steps to reproduce the behavior:
{
“meetings”: [
{
“created_at”: “2019-11-19T05:33:12Z”,
“duration”: 60,
“host_id”: “**************”,
“id”: ,
“join_url”: "
",
"startstart_time": “2019-11-19T05:33:13Z”,
“timezone”: “Asia/Shanghai”,
“topic”: “Video Conference”,
“type”: 2,
“uuid”: “/LZR1ne2QoikTBLw5QaIkQ==”
}
],
“page_count”: 1,
“page_number”: 1,
“page_size”: 30,
“total_records”: 1
}

start_time获取的不正确
请注意uuid


Start_time is getting incorrectly
Please note uuid

Screenshots (If applicable)

Additional context
通过获取云记录得到结果


Get results by getting cloud records

{
“from”: “2019-11-19”,
“meetings”: [
{
“account_id”: “",
“duration”: 60,
“host_id”: "
”,
“id”: 989727095,
“recording_count”: 0,
“recording_files”: [
{
“download_url”: “",
“file_size”: 0,
“file_type”: “”,
“id”: “27d6fcef-a31c-4e39-9daa-86fa90f13ef5”,
“meeting_id”: “/LZR1ne2QoikTBLw5QaIkQ==”,
“play_url”: "
”,
“recording_end”: “”,
“recording_start”: “2019-11-19T05:39:04Z”,
“status”: “processing”
}
],
“share_url”: “",
“start_time”: “2019-11-19T05:39:00Z”,
“timezone”: “Asia/Shanghai”,
“topic”: “Video Conference”,
“total_size”: 0,
“type”: 2,
“uuid”: “/LZR1ne2QoikTBLw5QaIkQ==”
},
{
“account_id”: "
",
“duration”: 2,
“host_id”: "
",
“id”: 989727095,
“recording_count”: 2,
“recording_files”: [
{
“download_url”: "
",
“file_size”: 961638,
“file_type”: “M4A”,
“id”: “07acb9f3-4a09-43a6-9d9e-1ff04b7cdec4”,
“meeting_id”: “0CJEZe0TQLOoaRBCfCJE3g==”,
“play_url”: "
",
“recording_end”: “2019-11-19T05:36:43Z”,
“recording_start”: “2019-11-19T05:34:22Z”,
“recording_type”: “audio_only”,
“status”: “completed”
},
{
“download_url”: "
",
“file_size”: 8394114,
“file_type”: “MP4”,
“id”: “cd36f966-8e34-4ade-8406-99353b2946dc”,
“meeting_id”: “0CJEZe0TQLOoaRBCfCJE3g==”,
“play_url”: "
",
“recording_end”: “2019-11-19T05:36:43Z”,
“recording_start”: “2019-11-19T05:34:22Z”,
“recording_type”: “shared_screen_with_speaker_view”,
“status”: “completed”
}
],
“share_url”: "
****************************”,
“start_time”: “2019-11-19T05:34:15Z”,
“timezone”: “Asia/Shanghai”,
“topic”: “Video Conference”,
“total_size”: 9355752,
“type”: 2,
“uuid”: “0CJEZe0TQLOoaRBCfCJE3g==”
}
],
“next_page_token”: “”,
“page_count”: 1,
“page_size”: 30,
“to”: “2019-11-19”,
“total_records”: 2
}
请注意【uuid】

我的推断结论:
【“uuid”: “/LZR1ne2QoikTBLw5QaIkQ==”】当它运行时,【“uuid”: “0CJEZe0TQLOoaRBCfCJE3g==”】已关闭。
获取正在运行的会议的内容的开始时间应该是【2019-11-19T05:39:00Z】,而不是【2019-11-19T05:33:13Z】

请及时给予解答!谢谢


Please note [uuid]

My conclusion is:
[“uuid”: “/LZR1ne2QoikTBLw5QaIkQ==”] When it is running, [“uuid”: “0CJEZe0TQLOoaRBCfCJE3g==”] is turned off.
The start time of getting the content of the running conference should be [2019-11-19T05:39:00Z] instead of [2019-11-19T05:33:13Z]

Please answer in time! Thank you

Hey @11122,

So the meeting start_time is off by 6 minutes?

Maybe you started the meeting after the start time.


那麼會議的開始時間是6分鐘關閉?

也許您在開始時間之後開始了會議。

Thanks,
Tommy

[https://api.zoom.us/v2/users/{userId}/meetings]

这个api获取运行中的会议,我想得到某个会议开始时间,我能得到什么返回结果?
这次问题是:
例:同一个会议id
首先我第一次召开会议,这个会议开始时间是 2019-11-19T05:33:13Z,此时会议关闭。
然后6分钟后同一会议id,又召开一次会议(会议进行中),我通过api获取运行中的会议的开始时间,我觉得应该是第二次会议的开始时间 2019-11-19T05:39:00Z,而不是第一次会议开始时间2019-11-19T05:33:13Z
是否理解我说的现象?


[https://api.zoom.us/v2/users/{userId}/meetings]
This api gets the running meeting, I want to get a meeting start time, what can I get back?
The question is:
Example: same meeting id
First of all, I will hold the first meeting. The starting time of this meeting is 2019-11-19T05:33:13Z, and the meeting is closed.
Then after 6 minutes, the same meeting id, another meeting (the meeting is in progress), I get the start time of the running meeting through the api, I think it should be the start time of the second meeting 2019-11-19T05:39:00Z Instead of the first meeting start time 2019-11-19T05:33:13Z.
Do you understand what I said?

Hey @11122,

I think I understand. I would suggest using the meetingUUID and calling the GET /metrics/meetings/{meetingId} endpoint instead of the meetingID since their are multiple meetings of the same meetingID.


我想我明白。我建議您使用MeetingUUID並調用[GET /metrics/meetings/{meetingId}](https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardmeetingdetail)端點而不是MeetingID因為它們是同一個MeetingID的多個會議。

Thanks,
Tommy

你的建议很好,但是我使用出现如下错误信息
{
“code”: 200,
“message”: “Only available for paid account and enabled Dashboard feature.”
}
这个
https://api.zoom.us/v2/users/{userId}/meetings
难道不能实现前面所提到的功能吗?
我还是希望你们有所修改,然后可以让我们使用。
你觉得可行吗?


Your suggestion is very good, but I use the following error message
{
“code”: 200,
“message”: “Only available for paid account and enabled Dashboard feature.”
}
This one
Https://api.zoom.us/v2/users/{userId}/meetings
Can’t you implement the functions mentioned earlier?
I still hope that you have some changes, and then let us use.
Do you think it works?

Hey @11122,

I would suggest trying the dashboard API

Or you can try the reports API, you can pass in either meetingID or meetingUUID and should be included in your plan, no extra cost.


嘿@ 11122,

我建議嘗試使用儀表板API

或者,您可以嘗試使用報告API,可以傳入MeetingID或MeetingUUID,並且應將其包含在您的計劃中,無需額外費用。

Thanks,
Tommy