修复级联点播的空指针异常 #864

pull/872/head
648540858 2023-05-30 11:00:11 +08:00
parent 9ff1613d3b
commit 314423bd01
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public class PlayServiceImpl implements IPlayService {
return; return;
} }
callback.run(InviteErrorCode.SUCCESS.getCode(), callback.run(InviteErrorCode.SUCCESS.getCode(),
InviteErrorCode.SUCCESS.getMsg(), null); InviteErrorCode.SUCCESS.getMsg(), streamInfo);
inviteStreamService.call(InviteSessionType.PLAY, device.getDeviceId(), channelId, null, inviteStreamService.call(InviteSessionType.PLAY, device.getDeviceId(), channelId, null,
InviteErrorCode.SUCCESS.getCode(), InviteErrorCode.SUCCESS.getCode(),
InviteErrorCode.SUCCESS.getMsg(), InviteErrorCode.SUCCESS.getMsg(),