You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I integrate this twilio voice in my app but it seems that I can't receive any phone call so I decided to test the one from your example in web and it works and then I copied the example files from the twilio voice repo
but it is also not working.
[√] Flutter (Channel stable, 3.19.1, on Microsoft Windows [Version 10.0.22631.3958], locale en-PH)
• Flutter version 3.19.1 on channel stable at C:\dev\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision abb292a07e (7 months ago), 2024-02-20 14:35:05 -0800
• Engine revision 04817c99c9
• Dart version 3.3.0
• DevTools version 2.31.1
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at C:\Users\MSIpc\AppData\Local\Android\sdk
• Platform android-34-ext8, build-tools 34.0.0
• Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 17.0.9+0--11185874)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[!] Visual Studio - develop Windows apps (Visual Studio Build Tools 2019 16.11.34)
• Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools
• Visual Studio Build Tools 2019 version 16.11.34601.136
• Windows 10 SDK version 10.0.19041.0
X The current Visual Studio installation is incomplete.
Please use Visual Studio Installer to complete the installation or reinstall Visual Studio.
[√] Android Studio (version 2023.2)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.9+0--11185874)
[√] VS Code (version 1.92.2)
• VS Code at C:\Users\MSIpc\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.96.0
[√] Connected device (4 available)
• sdk gphone64 x86 64 (mobile) • emulator-5554 • android-x64 • Android 14 (API 34) (emulator)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22631.3958]
• Chrome (web) • chrome • web-javascript • Google Chrome 128.0.6613.85
• Edge (web) • edge • web-javascript • Microsoft Edge 128.0.2739.54
[√] Network resources
• All expected network resources are available.
! Doctor found issues in 1 category.
I also tested the example file and run it on web, and it works. I was able to receive the call and accept it but
I can't make it work on Android, can't receive incoming calls.
I integrate this twilio voice in my app but it seems that I can't receive any phone call so I decided to test the one from your example in web and it works and then I copied the example files from the twilio voice repo
but it is also not working.
I hope I could make this work. Thanks!
I already added this permissions
Here is my flutter doctor
Here is the complete log
The text was updated successfully, but these errors were encountered: