mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
feat(essentials): Ignores Status and Configuration properties for serialization
This commit is contained in:
parent
e7d1d560ee
commit
fffaa1e5e6
1 changed files with 3 additions and 1 deletions
|
|
@ -3204,8 +3204,10 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
||||||
Configuration = configuration;
|
Configuration = configuration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[JsonIgnore]
|
||||||
public ZoomRoomStatus Status { get; private set; }
|
public ZoomRoomStatus Status { get; private set; }
|
||||||
public ZoomRoomConfiguration Configuration { get; private set; }
|
[JsonIgnore]
|
||||||
|
public ZoomRoomConfiguration Configuration { get; private set; }
|
||||||
|
|
||||||
public override bool AutoAnswerEnabled
|
public override bool AutoAnswerEnabled
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue