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

[bug] App hangs when audio server is restarted #589

Open
p-divita-salto opened this issue Sep 19, 2024 · 0 comments
Open

[bug] App hangs when audio server is restarted #589

p-divita-salto opened this issue Sep 19, 2024 · 0 comments

Comments

@p-divita-salto
Copy link

Describe the bug
If the audio server (PulseAudio in our case) is restarted when the app is running, the next call will freeze completely the app.
The last message we see in our logs are related to the event ParticipantConnectionQualityUpdatedEvent, whose parameter is "DomainConnectionQuality.lost"

To Reproduce
Start the snap package
Make a call
Restart pulse audio server
Make another call -> The app freezes after the the other end accepts the call

Expected behavior
The app shouldn't freeze

Platform information
We are packaging our app as snap

  • Flutter version: 3.24.1
  • Plugin version: 2.2.5
  • Flutter target OS: Linux
  • Flutter target OS version: Ubuntu Core 22
  • Flutter console log:
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

1 participant