mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Fixed end all not working - many hours chasing error
This commit is contained in:
parent
f498d55dd6
commit
1c63e506b8
8 changed files with 124 additions and 51 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue