namespace PepperDash.Essentials
{
public class UISmartObjectJoin
{
//******************************************************
// Conference
///
/// 1001 - The list that reveals in header to show calls
///
public const uint CodecActiveCallsHeaderList = 1001;
// Video Conference
///
/// 1201
///
public const uint VCDialKeypad = 1201;
///
/// 1202
///
public const uint VCDirectoryList = 1202;
///
/// 1203
///
public const uint VCRecentsList = 1203;
///
/// 1204
///
public const uint VCFavoritesList = 1204;
///
/// 1205 Layout buttons dynamic list
///
public const uint VCLayoutsList = 1205;
///
/// 1206 VC Camera Mode horizontal list
///
public const uint VCCameraMode = 1206;
///
/// 1207 VC Camera Mode Dpad
///
public const uint VCCameraDpad = 1207;
///
/// 1208 VC Camera Select
///
public const uint VCCameraSelect = 1208;
//******************************************************
// General
///
/// 3200 The staging, source-select list
///
public const uint SourceStagingSRL = 3200;
///
/// 3901 The Tech page menu list
///
public const uint TechMenuList = 3901;
///
/// 3902 Tech page statuses
///
public const uint TechStatusList = 3902;
///
/// 3903
///
public const uint TechPinDialogKeypad = 3903;
///
/// 3904 - Display controls on the tech page
///
public const uint TechDisplayControlsList = 3904;
///
/// 15018
///
public const uint HeaderButtonList = 15018;
///
/// 15022 The main activity footer
///
public const uint ActivityFooterSRL = 15022;
///
/// 15023 - The header meetings SRL
///
public const uint MeetingListSRL = 15023;
}
}