mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
cleaned out framework files; added framework submodule; referneced p.core to reference in framework; moved essentials.sln; changed paths in sln to match; test build
This commit is contained in:
parent
058ea730ed
commit
0e9d1e4c35
413 changed files with 33026 additions and 71338 deletions
54
PepperDashEssentials/UI/JoinConstants/UIUshortJoin.cs
Normal file
54
PepperDashEssentials/UI/JoinConstants/UIUshortJoin.cs
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
namespace PepperDash.Essentials
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class UIUshortJoin
|
||||
{
|
||||
// Video Codec
|
||||
/// <summary>
|
||||
/// 1234: values 0 = Connect, 1 = End
|
||||
/// </summary>
|
||||
public const uint VCStagingConnectButtonMode = 1234;
|
||||
|
||||
/// <summary>
|
||||
/// 3812
|
||||
/// </summary>
|
||||
public const uint VolumeSlider1Value = 3812;
|
||||
/// <summary>
|
||||
/// 3822
|
||||
/// </summary>
|
||||
public const uint VolumeSlider2Value = 3822;
|
||||
/// <summary>
|
||||
/// 3832
|
||||
/// </summary>
|
||||
public const uint VolumeSlider3Value = 3832;
|
||||
/// <summary>
|
||||
/// 3842
|
||||
/// </summary>
|
||||
public const uint VolumeSlider4Value = 3842;
|
||||
/// <summary>
|
||||
/// 3852
|
||||
/// </summary>
|
||||
public const uint VolumeSlider5Value = 3852;
|
||||
/// <summary>
|
||||
/// 3862
|
||||
/// </summary>
|
||||
public const uint VolumeSlider6Value = 3862;
|
||||
|
||||
/// <summary>
|
||||
/// 3922: 0-4, center->left. 5-8, center -> right.
|
||||
/// </summary>
|
||||
public const uint PresentationStagingCaretMode = 3922;
|
||||
|
||||
/// <summary>
|
||||
/// 3923: 0-4, center->left. 5-8, center -> right.
|
||||
/// </summary>
|
||||
public const uint CallStagingCaretMode = 3923;
|
||||
|
||||
/// <summary>
|
||||
/// 15024 - Modes 0: On hook, 1: Phone, 2: Video
|
||||
/// </summary>
|
||||
public const uint CallHeaderButtonMode = 15024;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue