# MeetingSession


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**associated_id** | **string** |  | [default to undefined]
**meeting_display_name** | **string** |  | [default to undefined]
**type** | **string** |  | [default to undefined]
**status** | **string** |  | [default to undefined]
**live_participants** | **number** |  | [default to undefined]
**max_concurrent_participants** | **number** |  | [default to undefined]
**minutes_consumed** | **number** |  | [default to undefined]
**organization_id** | **string** |  | [default to undefined]
**started_at** | **string** |  | [default to undefined]
**created_at** | **string** |  | [default to undefined]
**updated_at** | **string** |  | [default to undefined]
**ended_at** | **string** |  | [optional] [default to undefined]
**meta** | **{ [key: string]: any; }** |  | [optional] [default to undefined]
**breakout_rooms** | [**Array&lt;MeetingSession&gt;**](MeetingSession.md) |  | [default to undefined]

## Example

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

const instance: MeetingSession = {
    id,
    associated_id,
    meeting_display_name,
    type,
    status,
    live_participants,
    max_concurrent_participants,
    minutes_consumed,
    organization_id,
    started_at,
    created_at,
    updated_at,
    ended_at,
    meta,
    breakout_rooms,
};
```

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