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

Update Media Transcript Logic #308

Open
joe-replin opened this issue Oct 31, 2024 · 0 comments
Open

Update Media Transcript Logic #308

joe-replin opened this issue Oct 31, 2024 · 0 comments

Comments

@joe-replin
Copy link
Contributor

Dependency

Due to the breaking changes in #299, this should hold off until that pull request has been merged.

Subject of the issue/enhancement/features

Media Transcript button currently follows this state execution order with the event trigger if used for completion and clicked multiple times:
"complete"
"closed"
"opened"
"closed"

An external transcript will use the following state execution order with the event trigger if used for completion and clicked multiple times:
"complete"
"external"
"external"

Your environment

  • v5.41.12

Steps to reproduce

Follow the state parameter being sent via the event trigger.

Expected behaviour

If a transcript button both opens the transcript and completes the media component, two trigger events should happen; one for a complete state and another for a opened/external state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant