修改方法参数类型
This commit is contained in:
parent
c11559375e
commit
10b9c6c252
@ -349,7 +349,7 @@ public class VideoCallingActivity extends TRTCBaseActivity implements View.OnCli
|
|||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onEnterRoom(int result){
|
public void onEnterRoom(long result) {
|
||||||
JSONObject object = new JSONObject();
|
JSONObject object = new JSONObject();
|
||||||
try {
|
try {
|
||||||
object.put("room",mRoomId);
|
object.put("room",mRoomId);
|
||||||
|
Loading…
Reference in New Issue
Block a user