UNPKG

ring-client-api

Version:

Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting

8 lines (7 loc) 138 B
let ffmpegPath; export function setFfmpegPath(path) { ffmpegPath = path; } export function getFfmpegPath() { return ffmpegPath; }