Skip to content

Commit

Permalink
fix(docs): add assetReferenceType to mediaInfo (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv authored Oct 14, 2018
1 parent 5bfd1d1 commit fb9cff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/playing-your-video.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ var mediaInfo = {
ks: string,
mediaType: string,
contextType: string,
assetReferenceType: string,
protocol: string,
fileIds: string,
formats: Array<string>
Expand All @@ -80,6 +81,7 @@ var mediaInfo = {
| ------------- | --------------- | -------- | -------------------------------------- | ------------------------------------------------------ | ------------- |
| `entryId` | `string` | V | The entry ID of the media |
| `mediaType` | `string` | | The type of the specific media | `"media"`, `"epg"`, `"recording"` | `"media"` |
| `assetReferenceType` | `string` | | The asset type of the specific media | `"media"`, `"epg_internal"`, `"epg_external"` | `"media"` |
| `contextType` | `string` | | The playback context type | `"PLAYBACK"`, `"CATCHUP"`, `"START_OVER"`, `"TRAILER"` | `"PLAYBACK"` |
| `ks` | `string` | | The KS (Kaltura Session) secret |
| `protocol` | `string` | | The protocol of the specific media | `"https"`, `"http"` |
Expand Down

0 comments on commit fb9cff4

Please sign in to comment.