Can I embed Zoom Rooms?

Because I cant get an event ID back with the creation of a room meeting, am I able to embed it (create a signature)?

Im using a JWT to call POST https://api.zoom.us/v2/rooms/{roomId}/meetings which returns (no event id or meeting number):

{
  "jsonrpc": "2.0",
  "result": {
    "room_id": "63UtYMhSQZaBRPCNRXrD8A",
    "send_at": "2017-09-15T01:26:05Z"
  },
  "id": "49cf01a4-517e-4a49-b4d6-07237c38b749"
}

Hey @hellospark,

Thank you for reaching out to the Zoom Developer Forum. Try calling the List Meetings API with the email/user_id of the Zoom Room user.

You can also use the callback functionality of the Zoom Rooms Schedule API to obtain a meeting ID after scheduling a meeting:

image

Let me know if that helps.

Thanks,
Max

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