mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
merge branch 'development' into feature-2.0.0/move-dm-to-library
This commit is contained in:
commit
8537630e03
82 changed files with 4763 additions and 2412 deletions
|
|
@ -218,6 +218,10 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||
return joinable;
|
||||
}
|
||||
}
|
||||
|
||||
[JsonProperty("dialable")]
|
||||
public bool Dialable { get; set; }
|
||||
|
||||
//public string ConferenceNumberToDial { get; set; }
|
||||
[JsonProperty("conferencePassword")]
|
||||
public string ConferencePassword { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue