client-sdk-flutter
client-sdk-flutter copied to clipboard
[bug] App hangs when audio server is restarted
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: