Skip to content

Commit ea03c4c

Browse files
feat: export DegradationPreference enum with MaintainFramerateAndResolution
Regenerate proto files and export the DegradationPreference enum which now includes the new MAINTAIN_FRAMERATE_AND_RESOLUTION value from livekit-ffi 0.12.68. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d77f66f commit ea03c4c

2 files changed

Lines changed: 27 additions & 15 deletions

File tree

livekit-rtc/livekit/rtc/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
ConnectionState,
3131
ContinualGatheringPolicy,
3232
DataPacketKind,
33+
DegradationPreference,
3334
IceServer,
3435
IceTransportType,
3536
SimulateScenarioKind,
@@ -138,6 +139,7 @@
138139
"ConnectionQuality",
139140
"ConnectionState",
140141
"DataPacketKind",
142+
"DegradationPreference",
141143
"TrackPublishOptions",
142144
"IceTransportType",
143145
"ContinualGatheringPolicy",

0 commit comments

Comments
 (0)