# StreamInputCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**displayName** | **string** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**eventId** | **string** |  | [optional] [default to undefined]
**sessionId** | **string** |  | [optional] [default to undefined]
**groupId** | **string** |  | [optional] [default to undefined]
**meetingId** | **string** |  | [optional] [default to undefined]
**activityId** | **string** |  | [optional] [default to undefined]
**details** | **object** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**_public** | **boolean** |  | [optional] [default to undefined]
**locale** | **string** |  | [optional] [default to undefined]
**webRTC** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: StreamInputCreateInputs = {
    name,
    displayName,
    sortOrder,
    eventId,
    sessionId,
    groupId,
    meetingId,
    activityId,
    details,
    imageId,
    _public,
    locale,
    webRTC,
};
```

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