# MeetingSessionStreamVideoSummaryIssues


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bandwidth_fraction** | **number** |  | [default to undefined]
**cpu_fraction** | **number** |  | [default to undefined]
**no_video_fraction** | **number** |  | [default to undefined]
**poor_resolution_fraction** | **number** |  | [default to undefined]
**lag_fraction** | **number** |  | [default to undefined]

## Example

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

const instance: MeetingSessionStreamVideoSummaryIssues = {
    bandwidth_fraction,
    cpu_fraction,
    no_video_fraction,
    poor_resolution_fraction,
    lag_fraction,
};
```

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