修改方法参数类型

This commit is contained in:
zher52 2022-02-11 17:12:55 +08:00
parent c11559375e
commit 10b9c6c252

View File

@ -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);