You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: