# MeetingUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**MeetingType**](MeetingType.md) |  | [optional] [default to undefined]
**eventId** | **string** |  | [optional] [default to undefined]
**sessionId** | **string** |  | [optional] [default to undefined]
**groupId** | **string** |  | [optional] [default to undefined]
**activityId** | **string** |  | [optional] [default to undefined]
**bookingSpaceId** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**preferred_region** | **string** |  | [optional] [default to undefined]
**record_on_start** | **boolean** |  | [optional] [default to undefined]
**live_stream_on_start** | **boolean** |  | [optional] [default to undefined]
**status** | **string** |  | [optional] [default to undefined]
**persist_chat** | **boolean** |  | [optional] [default to undefined]
**summarize_on_end** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: MeetingUpdateInputs = {
    type,
    eventId,
    sessionId,
    groupId,
    activityId,
    bookingSpaceId,
    title,
    preferred_region,
    record_on_start,
    live_stream_on_start,
    status,
    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)
