Table of Contents

Interface ICameraVideoLink

Namespace
Meraki.Api.Interfaces.Products.Camera
Assembly
Meraki.Api.dll
public interface ICameraVideoLink

Methods

Returns video link to the specified camera

[Get("/devices/{serial}/camera/videoLink")]
Task<VideoLink> GetDeviceCameraVideoLinkAsync(string serial, string timestamp = null, CancellationToken cancellationToken = default)

Parameters

serial string

The serial number

timestamp string

[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)

cancellationToken CancellationToken

Returns

Task<VideoLink>

Exceptions

ApiException

Thrown when fails to make API call