Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kaltura player): export setup method #2

Merged
merged 7 commits into from
Jun 27, 2017

Conversation

yairans
Copy link
Contributor

@yairans yairans commented Jun 26, 2017

No description provided.

@yairans yairans changed the title Export create player api feat(kaltura player): export create player method Jun 26, 2017
src/create.js Outdated
let provider = new OvpProvider(config.partnerId);
return provider.getConfig(config.entryID)
.then(data => {
player.configure(data);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We currently don't pass the config data we pass to create method to the playkit.configure, which can contain player config as well as config to the provider.
Need to handle the entire config object that we defined for playkit

src/index.js Outdated
// TODO: Import plugins

export {Playkit, OvpProvider, PlaykitUI};
export {Playkit, OvpProvider, PlaykitUI, create};
Copy link
Contributor

@dan-ziv dan-ziv Jun 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OrenMe @yairans
Should we really need to export anything except create now?

@yairans yairans changed the title feat(kaltura player): export create player method feat(kaltura player): export setup method Jun 27, 2017
@yairans yairans merged commit f33d76c into develop Jun 27, 2017
@yairans yairans deleted the export-create-player-api branch June 27, 2017 11:33
OrenMe pushed a commit that referenced this pull request Jul 30, 2017
inbalvasserman added a commit that referenced this pull request Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants