Fixed end all not working - many hours chasing error

This commit is contained in:
Heath Volmer
2017-09-22 13:20:50 -06:00
parent f498d55dd6
commit 1c63e506b8
8 changed files with 124 additions and 51 deletions

View File

@@ -33,6 +33,10 @@ namespace PepperDash.Essentials
/// 1002
/// </summary>
public const uint CallEndAllConfirmPress = 1002;
/// <summary>
/// 1003 - For tapping the text field to reveal the keyboard
/// </summary>
public const uint CodecDirectorySearchTextPress = 1003;
// Audio Conference
@@ -178,7 +182,7 @@ namespace PepperDash.Essentials
/// <summary>
/// 2904
/// </summary>
public const uint KeyboardButton1Press = 2904;
public const uint KeyboardButton2Press = 2904;
/// <summary>