# MeetingSessionParticipant


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**user_id** | **string** |  | [default to undefined]
**custom_participant_id** | **string** |  | [default to undefined]
**display_name** | **string** |  | [default to undefined]
**session_id** | **string** |  | [default to undefined]
**joined_at** | **string** |  | [default to undefined]
**left_at** | **string** |  | [default to undefined]
**duration** | **number** |  | [default to undefined]
**created_at** | **string** |  | [default to undefined]
**updated_at** | **string** |  | [default to undefined]
**role** | **string** |  | [default to undefined]
**preset_name** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]

## Example

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

const instance: MeetingSessionParticipant = {
    id,
    user_id,
    custom_participant_id,
    display_name,
    session_id,
    joined_at,
    left_at,
    duration,
    created_at,
    updated_at,
    role,
    preset_name,
    account,
};
```

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