Skip to content

Commit

Permalink
modify about onRtcStats
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenbai committed Mar 3, 2020
1 parent 6179c52 commit bb68a31
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 bb68a31

Please sign in to comment.