# Meeting


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**type** | [**MeetingType**](MeetingType.md) |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [optional] [default to undefined]
**session** | [**BaseEventSession**](BaseEventSession.md) |  | [optional] [default to undefined]
**group** | [**BaseGroup**](BaseGroup.md) |  | [optional] [default to undefined]
**activity** | [**BaseActivity**](BaseActivity.md) |  | [optional] [default to undefined]
**bookingSpace** | [**BaseBookingSpace**](BaseBookingSpace.md) |  | [optional] [default to undefined]
**updated_at** | **string** |  | [default to undefined]
**created_at** | **string** |  | [default to undefined]
**preferred_region** | **string** |  | [optional] [default to undefined]
**status** | **string** |  | [optional] [default to undefined]
**record_on_start** | **boolean** |  | [default to undefined]
**live_stream_on_start** | **boolean** |  | [default to undefined]
**persist_chat** | **boolean** |  | [default to undefined]
**summarize_on_end** | **boolean** |  | [default to undefined]

## Example

```typescript
import { Meeting } from '@connectedxm/admin-sdk';

const instance: Meeting = {
    id,
    title,
    type,
    event,
    session,
    group,
    activity,
    bookingSpace,
    updated_at,
    created_at,
    preferred_region,
    status,
    record_on_start,
    live_stream_on_start,
    persist_chat,
    summarize_on_end,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
