How can I know start time and end time of the meeting?

Hello~ I have some question.

  1. if I want to know the start time and end time of the meeting after the meeting is finished.
    How can I get these infomation? is there any specific API?

  2. what is different between the room which is create by API and create by SDK?
    is it same?

  3. JWT token is not necessary if I create meeting with client SDK?

thank you

Hey @allen3422,

Thank you for reaching out to the Zoom Developer Forum. I’m happy to answer these questions!

You can use the start_time and end_time parameters from the Get Past Meeting Details API:

image

Are you able to clarify what you mean here? I’ll note that meetings created via the API (with the Create a Meeting API) or any other meetings hosted on your account, can be hosted with the Web SDK. Let me know if that’s helpful.

When using the Web SDK, you will want to make sure that you use your JWT Credentials to authenticate your account with the SDK. Please see our guide on how to Generate a Signature for more information.

Thanks,
Max

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