Skip to content

Commit

Permalink
Merge pull request #133 from yuwenbai/agora-rtc
Browse files Browse the repository at this point in the history
modify about onRtcStats
  • Loading branch information
Matrixbirds authored Mar 19, 2020
2 parents 1af6730 + 5cbff84 commit bf92d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/com/syan/agora/AgoraModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ public void run() {
statsMap.putInt("rxVideoBytes", stats.rxVideoBytes);
statsMap.putInt("txKBitRate", stats.txKBitRate);
statsMap.putInt("rxKBitRate", stats.rxKBitRate);
statsMap.putInt("rxVideoKBitRate", stats.rxVideoKBitRate);
statsMap.putInt("txAudioKBitRate", stats.txAudioKBitRate);
statsMap.putInt("rxAudioKBitRate", stats.rxAudioKBitRate);
statsMap.putInt("txVideoKBitRate", stats.txVideoKBitRate);
statsMap.putInt("rxVideoKBitRate", stats.rxVideoKBitRate);
Expand Down

0 comments on commit bf92d7d

Please sign in to comment.