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

permission: need to call resume() #1560

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

hakkisabah
Copy link

Description
In this page : https://developer.chrome.com/blog/autoplay/#web-audio
When we read the relevant page, we may need to make changes from the
beginning, so we ask the user what to do before the AudioContext is
called.

Purpose
"The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page." It was not working because of this error, it has been fixed.

In this page : https://developer.chrome.com/blog/autoplay/#web-audio
When we read the relevant page, we may need to make changes from the
beginning, so we ask the user what to do before the AudioContext is
called.
@google-cla
Copy link

google-cla bot commented Jun 21, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@alvestrand
Copy link
Contributor

The patch does not call resume(). Does it call something that calls resume()?
If not, the title of the patch should be changed.

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.

None yet

2 participants