-
-
Notifications
You must be signed in to change notification settings - Fork 1
Feature | Video
JalalZadeh edited this page Nov 5, 2022
·
1 revision
Fetch list of current videos
list(): Collection
Fetch list of specific monitor videos
monitor(string $monitorId): Collection
Download specific recorded video
download(string $monitorId, string $filename): Response
Delete specific recorded video
delete(string $monitorId, string $filename): bool
MarkAsRead specific recorded video
markAsRead(string $monitorId, string $filename): bool
MarkAsUnRead specific recorded video
markAsUnRead(string $monitorId, string $filename): bool