mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Call favorites start on mock; Fixed OBTP dialogs to match NYU
This commit is contained in:
parent
c7cfcbe69e
commit
54f23eeb9f
12 changed files with 233 additions and 152 deletions
|
|
@ -103,8 +103,10 @@ namespace PepperDash.Essentials.Devices.Common
|
|||
|
||||
else if (typeName == "mockvc")
|
||||
{
|
||||
return new PepperDash.Essentials.Devices.Common.VideoCodec
|
||||
.MockVC(key, name);
|
||||
var props = JsonConvert.DeserializeObject
|
||||
<PepperDash.Essentials.Devices.Common.VideoCodec.MockVcPropertiesConfig>(properties.ToString());
|
||||
return new PepperDash.Essentials.Devices.Common.VideoCodec
|
||||
.MockVC(key, name, props);
|
||||
}
|
||||
|
||||
else if (typeName == "ciscocodec")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue