|
@@ -664,7 +664,7 @@ public class AgoraModule extends ReactContextBaseJavaModule {
|
664
|
664
|
WritableMap map = Arguments.createMap();
|
665
|
665
|
map.putInt("uid", uid);
|
666
|
666
|
map.putInt("state", state);
|
667
|
|
- map.putInt("uid", reason);
|
|
667
|
+ map.putInt("reason", reason);
|
668
|
668
|
map.putInt("elapsed", elapsed);
|
669
|
669
|
sendEvent(getReactApplicationContext(), AGRemoteAudioStateChanged, map);
|
670
|
670
|
}
|