问题
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