Table of Contents

Class AudioDetection

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

The details of the audio detection config.

public class AudioDetection
Inheritance
AudioDetection
Inherited Members

Properties

Enabled

Boolean indicating if audio detection is enabled(true) or disabled(false) on the camera

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

Property Value

bool