livekit / client-sdk-swift

LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website.
https://livekit.io
Apache License 2.0
176 stars 85 forks source link

fix: `RemoteParticipant`s properties already empty when `didDisconnect` delegate invoked #302

Closed hiroshihorie closed 6 months ago

hiroshihorie commented 6 months ago

Should fix: https://github.com/livekit/client-sdk-swift/issues/300#event-11465204583

Correct order should be:

  1. Unpublish all remote tracks
  2. Invoke delegate
  3. Reset state (clear properties)