Skip to content

Commit

Permalink
Merge branch 'develop' into feature/add-on-signaling
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho authored Sep 14, 2024
2 parents d03831c + 2909823 commit 6865dd3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@

## develop

- [UPDATE] Sora C++ SDK のバージョンを `2024.8.0` に上げる
- @torikizi
- [UPDATE] libwebrtc のバージョンを `m128.6613.2.0` に上げる
- libwebrtc のモジュール分割に追従するため rtc::CreateRandomString のヘッダを追加
- @torikizi

### misc

- [FIX] run.py で local_sora_cpp_sdk_dir を設定した際に boost が引けなくなってしまっている問題を修正する
- @tnoho
- [FIX] examples の設定に virtual = true を指定するようにする
- これを指定しないとエラーになる
- @voluntas
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pyelftools==0.31
# via auditwheel
pyproject-hooks==1.1.0
# via build
ruff==0.6.1
setuptools==72.2.0
ruff==0.6.4
setuptools==74.1.2
tomli==2.0.1
# via build
typing-extensions==4.12.2
Expand Down
3 changes: 3 additions & 0 deletions src/sora_connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// Boost
#include <boost/asio/signal_set.hpp>

// WebRTC
#include <rtc_base/crypto_random.h>

// nonobind
#include <nanobind/nanobind.h>

Expand Down

0 comments on commit 6865dd3

Please sign in to comment.