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"
}
