Files
livekit/pkg/rtc
Raja Subramanian 56424985df Do not get tripped by default values. (#1284)
* Do not get tripped by default values.

The following scenario declared the second message a dupe incorrectly
- UpdateSubscription{subscribe: true}: This message initialized quality
  to default which is livekit.VideoQuality_LOW
- UpdateTrackSettings{quality: livekit.VideoQuality_LOW} - this one got
  tripped as duplicate because the previous message initialized quality
  to LOW.

Fix it by recording whether track settings have been seen.

no auto subscribe + quality setting to LOW test failed before this
change and passes with this change.

* patch all track setting fields
2023-01-04 23:06:50 +05:30
..
2022-03-30 13:49:53 -07:00
2022-10-10 10:38:46 -07: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