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

Trying to run the sample #1

Open
acamenhas opened this issue Dec 28, 2019 · 2 comments
Open

Trying to run the sample #1

acamenhas opened this issue Dec 28, 2019 · 2 comments

Comments

@acamenhas
Copy link

Hi,

First of all thank you for your effort on this library.
I created a project with your code sample, then put a print("...") on each function callbacks and debug it on device.
My app it's open and then i made call to my iPhone.
The iOS caller UI fires normally, (not the UI that you put as screen shot), i answer the call then end-it but nothing happens.
Can you give me a hint to make it work properly?

Thank you,
Artur

@VictorUvarov
Copy link
Contributor

The example seems to be outdated. You can go into the example folder and delete the android and iOS folders and run flutter create . to let flutter regenerate the platform specific folders for you.

  • cd example
  • rm -rf android ios
  • fluter create .

peerwaya pushed a commit that referenced this issue Feb 6, 2021
[Fix] Outgoing calls from native call logs not working (generic, email)
@aososam
Copy link

aososam commented Jun 9, 2021

@VictorUvarov I tried to do the steps you said however, I get a build error when running the project:

Undefined symbol: _AVAudioSessionInterruptionTypeKey
Undefined symbol: _AVAudioSessionInterruptionNotification
Undefined symbol: _AVAudioSessionCategoryPlayAndRecord
Undefined symbol: _AVAudioSessionInterruptionOptionKey
Undefined symbol: OBJC_CLASS$_AVAudioSession
Undefined symbol: _AVAudioSessionModeVoiceChat

Here are the details of my context:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.0.3, on macOS 11.2.3 20D91 darwin-x64, locale en-CZ)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.56.2)
[✓] Connected device (3 available)

Building for iOS min version 10.0

peerwaya pushed a commit that referenced this issue Nov 4, 2021
AVAudioSession import has been replaced with AVFoundation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants