mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Fixed incorrect join for dark background logo. Updates CodecInfo class to correclty poppulate values
This commit is contained in:
parent
b7c9677c7a
commit
ddbee2ed04
3 changed files with 3 additions and 3 deletions
|
|
@ -1699,7 +1699,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|||
{
|
||||
get
|
||||
{
|
||||
if (CodecConfiguration.Configuration.H323 != null && CodecConfiguration.Configuration.H323.H323Alias.E164 != null)
|
||||
if (CodecConfiguration.Configuration.H323 != null && CodecConfiguration.Configuration.H323.H323Alias.ID != null)
|
||||
{
|
||||
return CodecConfiguration.Configuration.H323.H323Alias.ID.Value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue