Skip to content

Commit cf9baba

Browse files
committed
Merge branch 'hotfix/2024.1.3'
2 parents 0427f73 + d499442 commit cf9baba

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
momo
3535
core
3636
*.tar.gz
37-
webrtc_logs_0
37+
webrtc_logs_*
3838
.DS_Store
3939
*.swp
4040

@@ -43,3 +43,9 @@ webrtc_logs_0
4343
/_source
4444
/_install
4545
/_package
46+
47+
# Claude Code
48+
CLAUDE.local.md
49+
50+
# Serena
51+
.serena

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111

1212
## develop
1313

14+
## 2024.1.3
15+
16+
**リリース日**: 2025-08-27
17+
18+
- [FIX] Sora の network.status notify イベントの処理を削除
19+
- Sora の network.status が新しい仕組みに変更され unstable_level が廃止されたため削除
20+
- @voluntas
21+
1422
## 2024.1.2
1523

1624
**リリース日**: 2025-06-10

src/sora/sora_client.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,6 @@ void SoraClient::OnRead(boost::system::error_code ec,
582582
<< ": client_id=" << json_message.at("client_id")
583583
<< ": connection_id="
584584
<< json_message.at("connection_id");
585-
} else if (event_type == "network.status") {
586-
RTC_LOG(LS_INFO) << __FUNCTION__ << ": event_type=" << event_type
587-
<< ": unstable_level="
588-
<< json_message.at("unstable_level");
589585
} else if (event_type == "spotlight.changed") {
590586
RTC_LOG(LS_INFO) << __FUNCTION__ << ": event_type=" << event_type
591587
<< ": client_id=" << json_message.at("client_id")

0 commit comments

Comments
 (0)