Skip to content

Commit

Permalink
fix. android event remoteAudioStateChange
Browse files Browse the repository at this point in the history
  • Loading branch information
rcugut committed Jan 22, 2020
1 parent c1053b6 commit 4d93f1d
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 @@ -664,7 +664,7 @@ public void run() {
WritableMap map = Arguments.createMap();
map.putInt("uid", uid);
map.putInt("state", state);
map.putInt("uid", reason);
map.putInt("reason", reason);
map.putInt("elapsed", elapsed);
sendEvent(getReactApplicationContext(), AGRemoteAudioStateChanged, map);
}
Expand Down

0 comments on commit 4d93f1d

Please sign in to comment.