namespace PepperDash.Essentials
{
///
///
///
public class UIUshortJoin
{
// Video Codec
///
/// 1234: values 0 = Connect, 1 = End, 2 = Start Meeting
///
public const uint VCStagingConnectButtonMode = 1234;
///
/// 3812
///
public const uint VolumeSlider1Value = 3812;
///
/// 3822
///
public const uint VolumeSlider2Value = 3822;
///
/// 3832
///
public const uint VolumeSlider3Value = 3832;
///
/// 3842
///
public const uint VolumeSlider4Value = 3842;
///
/// 3852
///
public const uint VolumeSlider5Value = 3852;
///
/// 3862
///
public const uint VolumeSlider6Value = 3862;
///
/// 3922: 0-4, center->left. 5-8, center -> right.
///
public const uint PresentationStagingCaretMode = 3922;
///
/// 3923: 0-4, center->left. 5-8, center -> right.
///
public const uint CallStagingCaretMode = 3923;
///
/// 15024 - Modes 0: On hook, 1: Phone, 2: Video
///
public const uint CallHeaderButtonMode = 15024;
}
}