Table of Contents

Class CameraVideo

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

The video settings for a camera

[DataContract]
public class CameraVideo
Inheritance
CameraVideo
Inherited Members

Properties

ExternalRtspEnabled

Boolean indicating if external rtsp stream is exposed

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "externalRtspEnabled")]
public bool ExternalRtspEnabled { get; set; }

Property Value

bool

RtspUrl

RTSP URL

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rtspUrl")]
public string? RtspUrl { get; set; }

Property Value

string