mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
DDVC01 - MOB ATC messaging changes
This commit is contained in:
parent
78668e8abb
commit
5014343fa3
3 changed files with 46 additions and 45 deletions
|
|
@ -479,7 +479,7 @@ namespace PepperDash.Essentials.Room.Cotija
|
|||
co.SourceLists.Add("default", newSl);
|
||||
|
||||
// build "audioCodec" config if we need
|
||||
if (string.IsNullOrEmpty(rmProps.AudioCodecKey))
|
||||
if (!string.IsNullOrEmpty(rmProps.AudioCodecKey))
|
||||
{
|
||||
var acFavs = new List<PepperDash.Essentials.Devices.Common.Codec.CodecActiveCallItem>();
|
||||
for (uint i = 0; i < 4; i++)
|
||||
|
|
@ -511,7 +511,7 @@ namespace PepperDash.Essentials.Room.Cotija
|
|||
Properties = JToken.FromObject(acProps)
|
||||
};
|
||||
co.Devices.Add(acConf);
|
||||
}
|
||||
}
|
||||
|
||||
Debug.Console(0, this, "******* CONFIG FROM DDVC: \r{0}", JsonConvert.SerializeObject(ConfigReader.ConfigObject, Formatting.Indented));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue