Skip to content

Feature | Video

JalalZadeh edited this page Nov 5, 2022 · 1 revision

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
Clone this wiki locally