feat: adds CameraListKey to EssentialsAvRoomPropertiesConfig

This commit is contained in:
Neil Dorin
2024-06-25 21:22:49 -06:00
parent 0f9bddf4dd
commit c2fb44a662

View File

@@ -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; }