Skip to content

Commit c333cea

Browse files
committed
ios: pin WebRTC-SDK to 125.6422.07 due to api compatibility
1 parent c77ff12 commit c333cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-react-native-webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.libraries = 'c', 'sqlite3', 'stdc++'
2020
s.framework = 'AudioToolbox','AVFoundation', 'CoreAudio', 'CoreGraphics', 'CoreVideo', 'GLKit', 'VideoToolbox'
2121
s.dependency 'React-Core'
22-
s.dependency 'WebRTC-SDK', '~>125.6422.07'
22+
s.dependency 'WebRTC-SDK', '=125.6422.07'
2323

2424
# Swift/Objective-C compatibility
2525
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)