Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/cpp sdk 2024.8 #39

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Feature/cpp sdk 2024.8 #39

merged 3 commits into from
Sep 16, 2024

Conversation

voluntas
Copy link
Member

@voluntas voluntas commented Sep 16, 2024

This pull request includes several updates to dependencies and minor code adjustments to align with the new versions. The most important changes involve updating the Sora C++ SDK and associated libraries, as well as replacing deprecated includes and error codes.

Dependency Updates:

  • Updated Sora C++ SDK to 2024.8.0 and associated libraries:
    • libwebrtc to m128.6613.2.0
    • Boost to 1.86.0
    • CMake to 3.30.3
  • Updated VERSION file to reflect new library versions:
    • SORA_CPP_SDK_VERSION=2024.8.0-canary.3
    • WEBRTC_BUILD_VERSION=m128.6613.2.0
    • BOOST_VERSION=1.86.0
    • CMAKE_VERSION=3.30.3

Code Adjustments:

  • Replaced deprecated include <rtc_base/helpers.h> with <rtc_base/crypto_random.h> in src/util.cpp and src/virtual_client.cpp [1] [2]
  • Changed boost::json::error_code to boost::system::error_code in void Util::ParseArgs method

@voluntas
Copy link
Member Author

ビルド通ったのでマージします。

@voluntas voluntas merged commit ebacf49 into develop Sep 16, 2024
3 checks passed
@voluntas voluntas deleted the feature/cpp-sdk-2024.8 branch September 16, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant