Open safadtm opened 1 year ago
Make sure you are using latest version of Ios and Flutter SDK
On Wed, 1 Feb 2023 at 2:09 PM, Safad T M @.***> wrote:
While chatting to bot via microphone that's not listening, no response neither. Its your application problem or speech to text package problem?. This issue not in typing mode.
— Reply to this email directly, view it on GitHub https://github.com/SwaroopSambhayya/Iris/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTRULKNGPJG3SGSWGVOARLWVIONJANCNFSM6AAAAAAUNNP3RI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Make sure you are using latest version of Ios and Flutter SDK I'm using latest versions , still nothing happens.
Also make sure you are using IOS, Android support has not been added yet
Just add these lines in AndroidManifest.xml for Android Support
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
While chatting to bot via microphone that's not listening, no response neither. Its your application problem or speech to text package problem?. This issue not in typing mode.