Place
The Place object contains all data related to the place of a meeting.
Place Object
Payload Details |
---|
id stringId of the place where the meeting will be set. |
name stringName of the place where the meeting will be placed. |
client_id stringExternal id associated to the meeting. |
category stringCategory of the location. |
capacity numberNumber on how many people are allowed to attend the meeting. |
is_virtual booleanIndicates if meeting is online or onsite. |
external_url stringThe meeting room url. |
created_at TimeTime that the place was created. |
updated_at TimeTime that the place was last updated. |