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-13728): [Audio Player Improvements] Add support for download… #18

Merged
merged 9 commits into from May 6, 2024

Conversation

JonathanTGold
Copy link
Contributor

@JonathanTGold JonathanTGold commented Apr 8, 2024

Description of the Changes

Add support for plugins integration

Resolves FEC-13728

Related PR

kaltura/playkit-js-ui#877
#19
kaltura/playkit-js-share#42
kaltura/playkit-js-downloads#48

<title>Audio Player Plugin</title>
<script src="http://localhost:8086/kaltura-ovp-player.js"></script>
<script src="http://localhost:8081/playkit-downloads.js"></script>
<!-- <script src="https://unpkg.com/@playkit-js/kaltura-player-js@canary/dist/kaltura-ovp-player.js"></script>-->
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove comments if not used

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

webpack.config.js Outdated Show resolved Hide resolved
src/index.ts Show resolved Hide resolved
}
}

:global(.playkit-player.playkit-size-md),
Copy link
Collaborator

Choose a reason for hiding this comment

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

does this override it for the current player only or for all players on the page ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

<Tooltip label={moreIconTxt!}>
<A11yWrapper onClick={onClick}>
<button ref={moreButtonRef} className={`${ui.style.upperBarIcon} ${styles.morePluginsIcon}`} tabIndex={0} aria-label={moreIconTxt}>
<Icon id={`${'pluginName-123'}-upper-bar-manager`} path={ICON_PATH} viewBox={'0 0 32 32'} />
Copy link
Collaborator

Choose a reason for hiding this comment

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

use a more descriptive id name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@kaltura kaltura deleted a comment from SivanA-Kaltura Apr 11, 2024
@kaltura kaltura deleted a comment from SivanA-Kaltura Apr 11, 2024
@kaltura kaltura deleted a comment from SivanA-Kaltura Apr 11, 2024
@kaltura kaltura deleted a comment from SivanA-Kaltura Apr 11, 2024
@kaltura kaltura deleted a comment from SivanA-Kaltura Apr 11, 2024
JonathanTGold added a commit to kaltura/playkit-js-ui that referenced this pull request Apr 17, 2024
### Description of the Changes

Add 'MiniAudioPreset handling

#### Resolves FEC-13728

#### Related PR
kaltura/playkit-js-audio-player#18
kaltura/playkit-js-downloads#48

---------

Co-authored-by: JonathanTGold <jonathan.gold@86@gmail.com>
JonathanTGold added a commit to kaltura/playkit-js-downloads that referenced this pull request May 6, 2024
#48)

…yer to interaction)

### Description of the Changes

Expose the download overlay API (to enable Audio Player to interaction)

### Resolves FEC-13728

#### Related PR
kaltura/playkit-js-audio-player#18
kaltura/playkit-js-ui#877

---------

Co-authored-by: JonathanTGold <jonathan.gold@86@gmail.com>
@JonathanTGold JonathanTGold merged commit 753a6a7 into master May 6, 2024
1 of 4 checks passed
borhandarabi pushed a commit to TasvirChi/playchi-js-ui that referenced this pull request May 15, 2024
### Description of the Changes

Add 'MiniAudioPreset handling

#### Resolves FEC-13728

#### Related PR
kaltura/playkit-js-audio-player#18
kaltura/playkit-js-downloads#48

---------

Co-authored-by: JonathanTGold <jonathan.gold@86@gmail.com>
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.

None yet

2 participants