# MeetingSessionStreamVideoSummaryLimitation


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cpu** | **number** |  | [default to undefined]
**bandwidth** | **number** |  | [default to undefined]
**other** | **number** |  | [default to undefined]
**resolution_changes** | **number** |  | [default to undefined]

## Example

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

const instance: MeetingSessionStreamVideoSummaryLimitation = {
    cpu,
    bandwidth,
    other,
    resolution_changes,
};
```

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