Files
livekit/pkg/rtc
David Zhao e855620379 Prevent subscribing to track that's closing (#1454)
Due to the order of events in MediaTrackReceiver and friends, SubscribedTrack
will be closed before the track is removed from RoomTrackManager.

Because of this, when a track is unpublished, it's possible to be subscribed
to the track as it's closing.

By introducing a closing state, we'd prevent accidental subscription to
closing tracks.
2023-02-22 01:14:49 -08:00
..
2022-03-30 13:49:53 -07:00
2023-02-15 16:47:38 -08:00
2021-09-09 00:45:42 -07:00
2022-01-19 02:13:06 -08:00
2022-03-30 13:49:53 -07:00
2023-02-09 16:33:22 -07:00