# StreamInputOutput


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **boolean** |  | [default to undefined]
**url** | **string** |  | [default to undefined]
**streamKey** | **string** |  | [default to undefined]
**uid** | **string** |  | [default to undefined]

## Example

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

const instance: StreamInputOutput = {
    enabled,
    url,
    streamKey,
    uid,
};
```

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