steep-balloon-41261
01/18/2023, 11:47 AMpolite-kilobyte-67570
01/18/2023, 2:12 PMRoomEvent.AudioPlaybackStatusChanged is only fired when it changes.
So if playback fails initially you wouldn’t get subsequent events if it also fails on attach.
When there was a moment in between that audio playback did in fact work and for some reason it switched back to not-working you should receive events for each of those changes.
If you are interested on the failure on a track level you can attach a listener on the track with TrackEvent.AudioPlaybackFailedalert-father-90723
01/18/2023, 2:30 PM