| liveStream:authenticate | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Authenticate live-stream entry against stream token and partner limitations |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| entryId | string | Live stream entry id | V | ||
| token | string | Live stream broadcasting token | V | ||
| Output Type | |||||
| KalturaLiveStreamEntry | |||||
| Errors | |||||
| ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
| LIVE_STREAM_INVALID_TOKEN;ENTRY_ID;Invalid token supplied for live entry [@ENTRY_ID@] | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=liveStream&action=authenticate POST fields: entryId token |
|||||