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(FEC-11608): Provider - Expose default service Url #157

Merged
merged 3 commits into from
Nov 29, 2021

Conversation

JonathanTGold
Copy link
Contributor

Description of the Changes

Provider - Expose default service Url

solves FEC-11608

related pr:
kaltura/playkit-js-kaltura-cuepoints#14

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated


declare var __VERSION__: string;
declare var __NAME__: string;

const NAME = __NAME__ + '-ovp';
const VERSION = __VERSION__;

export {OVPProvider as Provider, NAME, VERSION, RequestBuilder, ResponseTypes};
export {OVPProvider as Provider, NAME, VERSION, RequestBuilder, ResponseTypes, OVPConfiguration};
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
export {OVPProvider as Provider, NAME, VERSION, RequestBuilder, ResponseTypes, OVPConfiguration};
export {OVPProvider as Provider, NAME, VERSION, RequestBuilder, ResponseTypes, OVPConfiguration as DefaultConfiguration};

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@RoyBregman Maybe OVPDefaultConfiguration ? to highlight that is relevant only for OVP ?

Copy link
Contributor

Choose a reason for hiding this comment

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

not needed. the player is already typed. there is kaltura-ovp-player and kaltura-tv-player

@JonathanTGold JonathanTGold changed the title fix(FEC-11608): Provider - Expose default service Url feat(FEC-11608): Provider - Expose default service Url Nov 11, 2021
@SivanA-Kaltura SivanA-Kaltura merged commit 42c5cd9 into master Nov 29, 2021
@SivanA-Kaltura SivanA-Kaltura deleted the FEC-11608 branch November 29, 2021 10:10
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.

4 participants