Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.29 KB

Meeting200ResponseAllOf.md

File metadata and controls

13 lines (10 loc) · 1.29 KB

# Meeting200ResponseAllOf

Properties

Name Type Description Notes
assistant_id string The ID of the user who scheduled this meeting on behalf of the host. [optional]
host_email string Email address of the meeting host. [optional]
host_id string ID of the user who is set as host of meeting. [optional]
id int Meeting ID: Unique identifier of the meeting in "long" format(represented as int64 data type in JSON), also known as the meeting number. [optional]
uuid string Unique meeting ID. Each meeting instance will generate its own Meeting UUID (i.e., after a meeting ends, a new UUID will be generated for the next instance of the meeting). You can retrieve a list of UUIDs from past meeting instances using the List past meeting instances API. Please double encode your UUID when using it for API calls if the UUID begins with a `/` or contains `//` in it. [optional]

[Back to Model list] [Back to API list] [Back to README]