mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Fixed Stop Sharing button visible feedback on call list
This commit is contained in:
parent
3e39210cc0
commit
3897a41dd1
8 changed files with 152 additions and 95 deletions
|
|
@ -44,7 +44,7 @@ namespace PepperDash.Essentials
|
|||
/// <summary>
|
||||
/// 1005
|
||||
/// </summary>
|
||||
public const uint CallSharedSourceInfoEnable = 1005;
|
||||
public const uint CallSharedSourceInfoVisible = 1005;
|
||||
/// <summary>
|
||||
/// 1006
|
||||
/// </summary>
|
||||
|
|
@ -487,6 +487,10 @@ namespace PepperDash.Essentials
|
|||
/// </summary>
|
||||
public const uint HeaderCallStatusRightPositionVisible = 15025;
|
||||
/// <summary>
|
||||
/// 15027
|
||||
/// </summary>
|
||||
public const uint HeaderCallStatusLabelPress = 15027;
|
||||
/// <summary>
|
||||
/// 15028 The gear button in header
|
||||
/// </summary>
|
||||
public const uint FIXFIX_HeaderGearButtonPress_FIXFIX = 15028;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue