Skip to content

Commit

Permalink
fix: 修复Android 原生模块名称
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokecy committed Jun 5, 2021
1 parent 74d1899 commit 695dc44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void sendEvent(ReactContext reactContext, String eventName, @Nullable Wr
@NonNull
@Override
public String getName() {
return "TrtcVoiceRoom";
return "TrtcVoiceRoomModule";
}

@ReactMethod
Expand Down

0 comments on commit 695dc44

Please sign in to comment.