Fixed incorrect join for dark background logo. Updates CodecInfo class to correclty poppulate values

This commit is contained in:
Neil Dorin
2020-08-07 08:56:29 -06:00
parent b7c9677c7a
commit ddbee2ed04
3 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ namespace PepperDash.Essentials.UIDrivers.VC
@"
Codec.CodecInfo.SipUri: {0}
Codec.CodecInfo.SipPhoneNumber: {1}
Codec.CodecInfo.Ei64Alias: {2}
Codec.CodecInfo.E164Alias: {2}
Codec.CodecInfo.H323Id: {3}
", Codec.CodecInfo.SipUri, Codec.CodecInfo.SipPhoneNumber, Codec.CodecInfo.E164Alias, Codec.CodecInfo.H323Id);