mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Merge branch 'main' into hotfix/videocodecbase-max-meeting-xsig-value-set
This commit is contained in:
commit
eea59d682a
6 changed files with 11 additions and 4 deletions
|
|
@ -69,6 +69,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||
[JsonProperty("directoryResults")]
|
||||
public List<DirectoryItem> CurrentDirectoryResults { get; private set; }
|
||||
|
||||
[JsonProperty("contacts")]
|
||||
public List<DirectoryItem> Contacts
|
||||
{
|
||||
get
|
||||
|
|
@ -77,6 +78,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||
}
|
||||
}
|
||||
|
||||
[JsonProperty("folders")]
|
||||
public List<DirectoryItem> Folders
|
||||
{
|
||||
get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue