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

fix(FEC-14093): rapt is not loading on latest player #834

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

lianbenjamin
Copy link
Contributor

Description of the Changes

bugfix - regression

Issue:
since the latest player changes, while loading rapt media, the player is not being displayed on the page (blank space).

  • as part of the latest changes in bottom-bar comp, we register a new service in the constructor, which uses the serviceProvider member of kaltura player
  • rapt renders the bottom-bar component before kaltura-player finished initializing - serviceProvider is undefined, which causes a runtime error

Fix:
move serviceProvider initialization before initializing the ui.

Resolves FEC-14093

@lianbenjamin lianbenjamin merged commit e8c3e4e into master Aug 7, 2024
11 checks passed
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.

2 participants