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

Add interface for custom CDN paths for VideoFxProcessor #3010

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

aman-aguptaaa
Copy link
Contributor

Issue #:

Description of changes:
Add interface to allow specifying custom CDN paths for VideoFxProcessor

Testing:
Added unit test.

Can these tested using a demo application? Please provide reproducible step-by-step instructions.

Checklist:

  1. Have you successfully run npm run build:release locally?
    Y

  2. Do you add, modify, or delete public API definitions? If yes, has that been reviewed and approved?
    N

  3. Do you change the wire protocol, e.g. the request method? If yes, has that been reviewed and approved?
    N

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

georgezy-amzn
georgezy-amzn previously approved these changes Dec 2, 2024
@@ -64,3 +66,11 @@ export const CDN_BASE_PATH: string = 'https://static.sdkassets.chime.aws';
const MFX_ASSET_PATH = '/ml_media_fx/otherassets';
export const WORKER_PATH: string = `${MFX_ASSET_PATH}/worker.js`;
export const FXLIB_PATH: string = `${MFX_ASSET_PATH}/fxlib.js`;

export const DEFAULT_VIDEO_FX_SPEC: VideoFxSpec = {
Copy link
Contributor

Choose a reason for hiding this comment

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

There are some VideoFX files that are listed as internal here https://github.com/aws/amazon-chime-sdk-js/blob/main/script/barrelize.js#L65. Could we double check that we transpile all the needed files here in the build?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch. Raising revision.

Copy link
Contributor

@hensmi-amazon hensmi-amazon left a comment

Choose a reason for hiding this comment

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

nice!

@aman-aguptaaa aman-aguptaaa enabled auto-merge (squash) December 2, 2024 22:54
@aman-aguptaaa aman-aguptaaa merged commit e11619e into main Dec 2, 2024
11 checks passed
@aman-aguptaaa aman-aguptaaa deleted the dev-aguptaaa branch December 2, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants