Disclaimer:
I did raise a ticket with Zoom Support, but they closed it and directed me back to the Developer Community!
Link the API endpoint to give context.
Description
When updating a ZR profile, I can’t get the room capacity to appear on the scheduling display.
Confirmed that a capacity is set, and that I’ve set the show_room_capacity_on_the_scheduling_display boolean value to TRUE, but nothing appears.
Error?
No error, but there’s no change on the scheduling display.
How To Reproduce
Steps to reproduce the behavior:
Example body in the PATCH call:
{
"basic":{
"capacity": 10,
"show_room_capacity_on_the_scheduling_display": "True"
}
}
Should this appear on the display?
I don’t see this setting within the ZR WebUI…is it new/old/deprecated?