# MeetingSessionReportSummary


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**connections** | [**Array&lt;MeetingSessionReportConnection&gt;**](MeetingSessionReportConnection.md) |  | [default to undefined]
**platform** | [**MeetingSessionReportSummaryPlatform**](MeetingSessionReportSummaryPlatform.md) |  | [default to undefined]
**device** | [**MeetingSessionReportSummaryDevice**](MeetingSessionReportSummaryDevice.md) |  | [default to undefined]
**location** | [**MeetingSessionReportSummaryLocation**](MeetingSessionReportSummaryLocation.md) |  | [default to undefined]
**connectivity** | [**MeetingSessionReportSummaryConnectivity**](MeetingSessionReportSummaryConnectivity.md) |  | [default to undefined]
**streams** | [**MeetingSessionReportStreams**](MeetingSessionReportStreams.md) |  | [default to undefined]
**issues** | [**Array&lt;MeetingSessionReportIssue&gt;**](MeetingSessionReportIssue.md) |  | [default to undefined]

## Example

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

const instance: MeetingSessionReportSummary = {
    connections,
    platform,
    device,
    location,
    connectivity,
    streams,
    issues,
};
```

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