Skip to content

Commit

Permalink
stats ではなく stats-req を見る
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon authored Nov 20, 2023
1 parent 0fe31a6 commit 28e26f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sora_signaling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ void SoraSignaling::OnMessage(
return;
}

if (label == "stats") {
if (label == "stats-req") {
pc_->GetStats(
RTCStatsCallback::Create(
[self = shared_from_this()](
Expand Down

0 comments on commit 28e26f1

Please sign in to comment.