Interface ICameraVideoLink
- Namespace
- Meraki.Api.Interfaces.Products.Camera
- Assembly
- Meraki.Api.dll
public interface ICameraVideoLink
Methods
GetDeviceCameraVideoLinkAsync(string, string, CancellationToken)
Returns video link to the specified camera
[Get("/devices/{serial}/camera/videoLink")]
Task<VideoLink> GetDeviceCameraVideoLinkAsync(string serial, string timestamp = null, CancellationToken cancellationToken = default)
Parameters
serialstringThe serial number
timestampstring[optional] The video link will start at this timestamp. The timestamp is in UNIX Epoch time (milliseconds). If no timestamp is specified, we will assume current time. (optional)
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call