Skip to content

Commit

Permalink
release: 114.5735.06.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Sep 14, 2023
1 parent ad0d300 commit 6be88ca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

--------------------------------------------
[114.5735.06] - 2023.09.14

* Upgrade to WebRTC-SDK M114.5735.06
* Improve e2ee, add setSharedKey to KeyProvider.
* Add scalabilityMode support for AV1/VP9.
* add failure tolerance for framecryptor.
* Fix camera rotation

[114.5735.05] - 2023.09.06

* E2EE improvements
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.05/WebRTC.xcframework.zip",
checksum: "1ee141a3b7a9e32d6fe64dadcbc5799d0387f1ae79b7ebd5d46571767970d4d2"
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.06/WebRTC.xcframework.zip",
checksum: "de37db7db4203527defc8823481d0c8e1d6b2a148e0f2963971a0f28c07e306c"
),
]
)
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.05'
pod 'WebRTC-SDK', '=114.5735.06'
```
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.05"
spec.version = "114.5735.06"
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 = '10.0'
spec.osx.deployment_target = '10.11'

spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.05/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.06/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.05": "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.05/WebRTC.xcframework.zip"
"114.5735.06": "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.06/WebRTC.xcframework.zip"
}

0 comments on commit 6be88ca

Please sign in to comment.