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

[Investigations] Speech on iPhone stuck at "Starting" state. #3899

Closed
compulim opened this issue May 20, 2021 · 0 comments · Fixed by #3974
Closed

[Investigations] Speech on iPhone stuck at "Starting" state. #3899

compulim opened this issue May 20, 2021 · 0 comments · Fixed by #3974
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-repro Waiting for repro or investigation

Comments

@compulim
Copy link
Contributor

Pratyush reported this issue. Need a repro.

Screenshots

image

Version

To determine what version of Web Chat you are running, open your browser's development tools, and paste the following line of code into the console.

[].map.call(document.head.querySelectorAll('meta[name^="botframework-"]'), function (meta) { return meta.outerHTML; }).join('\n')

If you are using Web Chat outside of a browser, please specify your hosting environment. For example, React Native on iOS, Cordova on Android, SharePoint, PowerApps, etc.

Describe the bug

Shortly after speech permission is granted to the website on iPhone + Safari, it get stuck at "Starting" state.

Steps to reproduce

Need to fill this in.

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

It should start recording on microphone.

Instead, it stuck at "Starting".

Additional context

[Bug]

@compulim compulim added bug Indicates an unexpected problem or an unintended behavior. needs-repro Waiting for repro or investigation labels May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-repro Waiting for repro or investigation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant