-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Description of the Changes add setSourcesMetadata api (to enable dynamically cofigure the epgId (programId) in the sources.metadata) related pr: kaltura/playkit-js-providers#155 kaltura/playkit-js-ott-analytics#64 kaltura/kaltura-player-js#504 kaltura/kaltura-player-js#503
- Loading branch information
1 parent
a0853ac
commit ff40c3f
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
// @flow | ||
declare type PKMetadataConfigObject = { | ||
name?: string, | ||
description?: string | ||
description?: string, | ||
mediaType?: string, | ||
metas?: Object, | ||
tags?: Object, | ||
epgId?: string, | ||
recordingId?: string | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters