# MeetingRecordingCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**max_seconds** | **number** |  | [optional] [default to undefined]
**file_name_prefix** | **string** |  | [optional] [default to undefined]
**allow_multiple_recordings** | **boolean** |  | [optional] [default to undefined]
**video_codec** | **string** |  | [optional] [default to undefined]
**video_width** | **number** |  | [optional] [default to undefined]
**video_height** | **number** |  | [optional] [default to undefined]
**video_export_file** | **boolean** |  | [optional] [default to undefined]
**watermark_url** | **string** |  | [optional] [default to undefined]
**watermark_size_width** | **number** |  | [optional] [default to undefined]
**watermark_size_height** | **number** |  | [optional] [default to undefined]
**watermark_position** | **string** |  | [optional] [default to undefined]
**audio_codec** | **string** |  | [optional] [default to undefined]
**audio_channel** | **string** |  | [optional] [default to undefined]
**audio_export_file** | **boolean** |  | [optional] [default to undefined]
**realtimekit_bucket_enabled** | **boolean** |  | [optional] [default to undefined]
**interactive_type** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: MeetingRecordingCreateInputs = {
    max_seconds,
    file_name_prefix,
    allow_multiple_recordings,
    video_codec,
    video_width,
    video_height,
    video_export_file,
    watermark_url,
    watermark_size_width,
    watermark_size_height,
    watermark_position,
    audio_codec,
    audio_channel,
    audio_export_file,
    realtimekit_bucket_enabled,
    interactive_type,
};
```

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