Skip to content

Commit

Permalink
C++ SDK のバージョンを上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 28, 2024
1 parent 3fae964 commit 007e21e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,22 @@

## develop

- [CHANGE] client_cert と client_key の指定にはパスではなく中身の文字列を指定するようにする
- C++ SDK 側の仕様変更に追従する
- @voluntas
- [ADD] サーバー証明書チェック用の CA 証明書を指定できるようにする
- `Sora.create_connection()` の引数に `ca_cert` を追加する
- @voluntas
- [ADD] `on_ws_close` コールバックを追加する
- @tnoho
- [ADD] `on_signaling_message` コールバックを追加する
- @tnoho
- [ADD] Ubuntu 24.04 armv8 に対応する
- @melpon
- [ADD] `on_ws_close` コールバックを追加する
- @tnoho
- [UPDATE] Sora C++ SDK のバージョンを `2024.8.0` に上げる
- WEBRTC_BUILD_VERSION を `m128.6613.2.0` に上げる
- WEBRTC_BUILD_VERSION を `m129.6668.1.0` に上げる
- libwebrtc のモジュール分割に追従するため rtc::CreateRandomString のヘッダを追加
- CMAKE_VERSION を `3.30.3` に上げる
- BOOST_VERSION を `1.86.0` に上げる
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SORA_CPP_SDK_VERSION=2024.8.0-canary.8
WEBRTC_BUILD_VERSION=m128.6613.3.1
SORA_CPP_SDK_VERSION=2024.8.0-canary.10
WEBRTC_BUILD_VERSION=m129.6668.1.0
BOOST_VERSION=1.86.0
CMAKE_VERSION=3.30.3
OPENH264_VERSION=v2.4.1

0 comments on commit 007e21e

Please # to comment.