修复RPC录像下载停止

dev/数据库统合
648540858 2024-12-13 17:56:23 +08:00
parent 26d2dd0450
commit 7e21b6adb7
1 changed files with 1 additions and 1 deletions

View File

@ -1713,7 +1713,7 @@ public class PlayServiceImpl implements IPlayService {
throw new PlayException(Response.SERVER_INTERNAL_ERROR, "server internal error");
}
DeviceChannel deviceChannel = deviceChannelService.getOneForSourceById(channel.getGbId());
stop(InviteSessionType.PLAY, device, deviceChannel, stream);
stop(inviteSessionType, device, deviceChannel, stream);
}
@Override