From 10b9c6c2529ede8eeb08606ebcd3090daae903d9 Mon Sep 17 00:00:00 2001 From: zher52 Date: Fri, 11 Feb 2022 17:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B9=E6=B3=95=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/tencent/trtc/videocall/VideoCallingActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/java/com/tencent/trtc/videocall/VideoCallingActivity.java b/src/android/java/com/tencent/trtc/videocall/VideoCallingActivity.java index 881213e..f667af9 100644 --- a/src/android/java/com/tencent/trtc/videocall/VideoCallingActivity.java +++ b/src/android/java/com/tencent/trtc/videocall/VideoCallingActivity.java @@ -349,7 +349,7 @@ public class VideoCallingActivity extends TRTCBaseActivity implements View.OnCli @Override - public void onEnterRoom(int result){ + public void onEnterRoom(long result) { JSONObject object = new JSONObject(); try { object.put("room",mRoomId);