-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor(bbb): Work in progress on BigPlayButton customization in Shaka Player (#8045) #8092
base: main
Are you sure you want to change the base?
refactor(bbb): Work in progress on BigPlayButton customization in Shaka Player (#8045) #8092
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, we are trying to remain alphabetical order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we want to add this as is, I think it should be more customizable. @tykus160 any opinion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any suggestions to take into consideration ?
@@ -106,7 +106,7 @@ | |||
"build": "python build/all.py", | |||
"prepack": "clean-package", | |||
"postpack": "clean-package restore", | |||
"prepublishOnly": "python build/checkversion.py && python build/all.py --force" | |||
"prepublishOnly": "python3 build/all.py --force" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? We have npm run build :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just creating this PR to inform that work is in progress. Still working on it, and I'll update it soon.
Incremental code coverage: No instrumented code was changed. |
What is "BigBlueButton"? Can you help me understand more about what you're trying accomplish here? |
Sorry by mistake i mean bigPlaybutton |
WIP #8045 🚧
Work in Progress
I'm currently working on refactoring the customization logic in Shaka Player to improve BigBlueButton handling.