I believe the API documentation is incorrect: GET/rooms/{roomId}/virtual_controller
Example:
},
“SF A219 Zoom Room Test”: {
“id”: “Oxul9BJxSYSLMFdJBIFOEw”,
“status”: “Available”,
“tag_ids”: ,
“location_id”: “eULHp9EsSoKyVulYviYevQ”,
“room_id”: “qcGS8VygQ7KXYCX4stDzAQ”
},
I’ve found using the “room_id” in the GET request will result in:
{
“success”: false,
“message”: “No Zoom Rooms found.”,
“code”: 300520002
}
Using the “id” within the GET request works:
{
“expire_in”: -1,
“url”: “hxxps://us02web.zoom.us/launch/webzrc?nodeId=Oxul9BJxSYSLMFdJBI???”
}
Could someone please verify that I’m correct?
I’ve tested this on many Rooms within our organisation.
Thanks!