Skip to content

Commit

Permalink
Merge pull request #1355 from nextcloud/update-webrtc-116.5845.0
Browse files Browse the repository at this point in the history
Update webrtc 116.5845.0
  • Loading branch information
SystemKeeper authored Sep 10, 2023
2 parents c69e61c + e6028fe commit c924a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You got stuck while working on a issue or need some pointers? Feel free to ask i

We are using our own builds of the WebRTC library. They can be found in this [repository](https://github.com/nextcloud-releases/talk-clients-webrtc).

Current version: [108.5359.0](https://github.com/nextcloud-releases/talk-clients-webrtc/releases/tag/108.5359.0).
Current version: [116.5845.0](https://github.com/nextcloud-releases/talk-clients-webrtc/releases/tag/116.5845.0).
\
Update the download URL in `download_webrtc.sh` for newer versions.

Expand Down
2 changes: 1 addition & 1 deletion download_webrtc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

DOWNLOAD_FILE=$(mktemp -u)
UNZIP_DESTINATION="ThirdParty"
WEBRTC_VERSION="108.5359.0"
WEBRTC_VERSION="116.5845.0"
DOWNLOAD_URL="https://github.com/nextcloud-releases/talk-clients-webrtc/releases/download/$WEBRTC_VERSION/WebRTC.xcframework.zip"

curl -L "$DOWNLOAD_URL" -o "$DOWNLOAD_FILE"
Expand Down

0 comments on commit c924a38

Please sign in to comment.