This commit is contained in:
zhongchao
2021-02-07 15:03:58 +08:00
parent db65a9f3f0
commit 960f61435d
2 changed files with 1 additions and 5 deletions

View File

@@ -55,11 +55,6 @@ public class TrafficLiveManager implements ILiveProgressListener {
throw new Exception("liveSn can not be null");
}
if (MoGoLiveManager.getInstance().isPlaying()) {
trafficLiveCallBack.onError("正在直播中,请勿重复请求");
return;
}
this.callBack = trafficLiveCallBack;
this.surfaceView = surfaceView;
requestLiveManager.requestVehicleHeadLive(LIVE_TYPE_OPEN, liveSn, new IRequestLiveListener() {