mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Various bug fixes
This commit is contained in:
parent
91cc452e03
commit
b423d1cb58
10 changed files with 396 additions and 280 deletions
|
|
@ -37,6 +37,15 @@ namespace PepperDash.Essentials
|
|||
/// 1003 - For tapping the text field to reveal the keyboard
|
||||
/// </summary>
|
||||
public const uint CodecDirectorySearchTextPress = 1003;
|
||||
/// <summary>
|
||||
/// 1004
|
||||
/// </summary>
|
||||
public const uint CallStopSharingPress = 1004;
|
||||
/// <summary>
|
||||
/// 1005
|
||||
/// </summary>
|
||||
public const uint CallSharedSourceInfoEnable = 1005;
|
||||
|
||||
|
||||
|
||||
// Audio Conference
|
||||
|
|
@ -220,6 +229,7 @@ namespace PepperDash.Essentials
|
|||
/// </summary>
|
||||
public const uint VCSelfViewPipTogglePress = 1253;
|
||||
|
||||
|
||||
//******************************************************
|
||||
|
||||
// Letter joins start at 2921;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue