Feature | Video - jalallinux/laravel-shinobi-cctv GitHub Wiki
List
Fetch list of current videos
list(): Collection
Monitor
Fetch list of specific monitor videos
monitor(string $monitorId): Collection
Download
Download specific recorded video
download(string $monitorId, string $filename): Response
Delete
Delete specific recorded video
delete(string $monitorId, string $filename): bool
MarkAsRead
MarkAsRead specific recorded video
markAsRead(string $monitorId, string $filename): bool
MarkAsUnRead
MarkAsUnRead specific recorded video
markAsUnRead(string $monitorId, string $filename): bool