Skip to content

Commit

Permalink
release: 114.5735.08.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Sep 21, 2023
1 parent 054e477 commit 4fa8d6d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

--------------------------------------------
[114.5735.08] - 2023.09.21

* Upgrade to WebRTC-SDK M114.5735.08
* Use independent threads to process frame encryption/decryption
* Correct handle SIF frame
* Fix a fault tolerance judgment failure

[114.5735.07] - 2023.09.20

* Upgrade to WebRTC-SDK M114.5735.20
* Upgrade to WebRTC-SDK M114.5735.07
* fix h264 freeze on E2EE.
* Send frame cryptor events from signaling-thread.

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.07/WebRTC.xcframework.zip",
checksum: "0737d0a7dad710e87e0e2d15135601b7585e7a987b0280a94199b5983446ed20"
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.08/WebRTC.xcframework.zip",
checksum: "3bf0e56961f2ccf5e1516f9ca556f868e9616e603a644345f57ea83d69a651ce"
),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ source 'https://github.com/webrtc-sdk/Specs.git'
```

```podspec
pod 'WebRTC-SDK', '=114.5735.07'
pod 'WebRTC-SDK', '=114.5735.08'
```
4 changes: 2 additions & 2 deletions WebRTC-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "WebRTC-SDK"
spec.version = "114.5735.07"
spec.version = "114.5735.08"
spec.summary = "WebRTC pre-compiled library for Darwin. "
spec.description = <<-DESC
WebRTC pre-compiled library for Darwin.
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '12.0'
spec.osx.deployment_target = '10.13'

spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.07/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.08/WebRTC.xcframework.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

end
2 changes: 1 addition & 1 deletion WebRTC.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"114.5735.07": "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.07/WebRTC.xcframework.zip"
"114.5735.08": "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.08/WebRTC.xcframework.zip"
}

0 comments on commit 4fa8d6d

Please sign in to comment.