Skip to content

Commit

Permalink
Update JitsiMeetSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T committed Sep 5, 2024
1 parent e99dccf commit 217dad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/jitsi/webrtc",
"state" : {
"revision" : "a52d059956976c2cba24b6b29ef1edfaf4c9cadf"
"revision" : "7c9f8e712da4d399f85f0a9bfec17f0a68ceb1fd"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion third_party/ios_deps/JitsiMeet/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(
// webrtc 118.0.0
url: "https://github.com/jitsi/webrtc", revision: "a52d059956976c2cba24b6b29ef1edfaf4c9cadf")
url: "https://github.com/jitsi/webrtc", revision: "7c9f8e712da4d399f85f0a9bfec17f0a68ceb1fd")
],
targets: [
.target(name: "JitsiMeet", dependencies: [.product(name: "WebRTC", package: "webrtc")]),
Expand Down

0 comments on commit 217dad1

Please sign in to comment.