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

Sound during an incoming call #22

Open
Krushanov opened this issue Dec 12, 2023 · 1 comment
Open

Sound during an incoming call #22

Krushanov opened this issue Dec 12, 2023 · 1 comment

Comments

@Krushanov
Copy link

Hello! I encountered a bug where there is no sound during an incoming call on Android. I added the WAV file just like in your example. Could you please advise on what might be the cause?
2023-12-13_01-44-46

@YuliaGrigorieva
Copy link
Contributor

Hello!

Have you called VIAudioFile.initialize API before VIAudioFile.play?

The error says that the fileId is not initialized. Its initialization is performed in VIAudioFile.initialize() method.

So, I see 2 possible reasons:

  1. initialization was not done
  2. initialization has failed for some reason

Best regards,
Yulia Grigorieva

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

2 participants