mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat: adds CameraListKey to EssentialsAvRoomPropertiesConfig
This commit is contained in:
parent
0f9bddf4dd
commit
c2fb44a662
1 changed files with 3 additions and 0 deletions
|
|
@ -200,6 +200,9 @@ namespace PepperDash.Essentials.Room.Config
|
|||
public string DestinationListKey { get; set; }
|
||||
[JsonProperty("audioControlPointListKey")]
|
||||
public string AudioControlPointListKey { get; set; }
|
||||
[JsonProperty("cameraListKey")]
|
||||
public string CameraListKey { get; set; }
|
||||
|
||||
|
||||
[JsonProperty("defaultSourceItem")]
|
||||
public string DefaultSourceItem { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue