# Livestream


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**status** | **string** |  | [default to undefined]
**ingest_server** | **string** |  | [default to undefined]
**stream_key** | **string** |  | [default to undefined]
**playback_url** | **string** |  | [default to undefined]
**meeting_id** | **string** |  | [default to undefined]
**created_at** | **string** |  | [default to undefined]
**updated_at** | **string** |  | [default to undefined]
**disabled** | **boolean** |  | [default to undefined]

## Example

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

const instance: Livestream = {
    id,
    name,
    status,
    ingest_server,
    stream_key,
    playback_url,
    meeting_id,
    created_at,
    updated_at,
    disabled,
};
```

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