-
Notifications
You must be signed in to change notification settings - Fork 47
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
Comments
The example seems to be outdated. You can go into the example folder and delete the android and iOS folders and run
|
[Fix] Outgoing calls from native call logs not working (generic, email)
@VictorUvarov I tried to do the steps you said however, I get a build error when running the project: Undefined symbol: _AVAudioSessionInterruptionTypeKey Here are the details of my context: Building for iOS min version 10.0 |
AVAudioSession import has been replaced with AVFoundation
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
The text was updated successfully, but these errors were encountered: