client-sdk-flutter icon indicating copy to clipboard operation
client-sdk-flutter copied to clipboard

[bug] App hangs when audio server is restarted

Open p-divita-salto opened this issue 1 year ago • 0 comments

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:

p-divita-salto avatar Sep 19 '24 11:09 p-divita-salto