Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changes/field-trial-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
patch type="fixed" "Crash on PeerConnection teardown caused by DTLS-in-STUN piggyback field trial"
3 changes: 0 additions & 3 deletions Sources/LiveKit/Core/RTC.swift

@pblazej pblazej May 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matches other SDKs now, can be enabled from the WebRTC side (if such optimization is required).

Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ actor RTC {

Room.log("Initializing PeerConnectionFactory...")

// Enable DTLS during ICE handshake for faster connection setup.
LKRTCPeerConnectionFactory.configureFieldTrials("WebRTC-IceHandshakeDtls/Enabled/")

return LKRTCPeerConnectionFactory(audioDeviceModuleType: admType.toRTCType(),
bypassVoiceProcessing: bypassVoiceProcessing,
encoderFactory: encoderFactory,
Expand Down
Loading