mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +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,7 +3204,9 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
|||
Configuration = configuration;
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
public ZoomRoomStatus Status { get; private set; }
|
||||
[JsonIgnore]
|
||||
public ZoomRoomConfiguration Configuration { get; private set; }
|
||||
|
||||
public override bool AutoAnswerEnabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue