Mic is not working in dialogflow web integration with custom android app

别说谁变了你拦得住时间么 提交于 2019-12-25 00:28:52

问题


I am integrating my dialogflow agent with web android app but mic is not working with web integration. Although i am getting response while using text input in web demo but when i give input through mic, then neither input is recognised nor i am getting any response in my custom android app of web integration with dialogflow. I have also allowed microphone in iframe but still it is not working.

Can anyone help me on this Please?

<iframe
allow="microphone;"
width="350"
height="430"
src="https://console.dialogflow.com/api-client/demo/embedded/dba29fd3-8e06-4c71-a974-f2b1f1f59776">
</iframe>

回答1:


I Resolved using this article

https://danielme.com/2016/08/24/android-tutorial-integracion-con-chrome-custom-tabs/

https://github.com/danielme-com/Android-custom-tabs



来源:https://stackoverflow.com/questions/57355341/mic-is-not-working-in-dialogflow-web-integration-with-custom-android-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!