# MeetingSessionReportSummaryConnectivityTransports


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**producing** | **string** |  | [default to undefined]
**consuming** | **string** |  | [default to undefined]

## Example

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

const instance: MeetingSessionReportSummaryConnectivityTransports = {
    producing,
    consuming,
};
```

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