mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 10:45:00 +00:00
v -> v1.0.10; fixes on remote view button
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
[assembly: AssemblyCompany("PepperDash Technology Corp")]
|
||||
[assembly: AssemblyProduct("PepperDashEssentials")]
|
||||
[assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2017")]
|
||||
[assembly: AssemblyVersion("1.0.9.*")]
|
||||
[assembly: AssemblyVersion("1.0.10.*")]
|
||||
|
||||
|
||||
@@ -752,6 +752,12 @@ namespace PepperDash.Essentials.UIDrivers.VC
|
||||
{
|
||||
TriList.SetSigFalseAction(UIBoolJoin.VCLayoutTogglePress, lc.LocalLayoutToggleSingleProminent);
|
||||
lc.LocalLayoutFeedback.LinkInputSig(TriList.StringInput[UIStringJoin.VCLayoutModeText]);
|
||||
lc.LocalLayoutFeedback.OutputChange += (o,a) =>
|
||||
{
|
||||
TriList.BooleanInput[UIBoolJoin.VCLayoutTogglePress].BoolValue =
|
||||
lc.LocalLayoutFeedback.StringValue == "Prominent";
|
||||
};
|
||||
|
||||
|
||||
// attach to cisco special things to enable buttons
|
||||
var cisco = Codec as PepperDash.Essentials.Devices.Common.VideoCodec.Cisco.CiscoSparkCodec;
|
||||
@@ -782,7 +788,7 @@ namespace PepperDash.Essentials.UIDrivers.VC
|
||||
var sharingFar = cisco.FarEndIsSharingContentFeedback.BoolValue;
|
||||
//set feedback and enables
|
||||
TriList.BooleanInput[UIBoolJoin.VCMinMaxEnable].BoolValue = sharingNear;
|
||||
TriList.BooleanInput[UIBoolJoin.VCLayoutToggleEnable].BoolValue = sharingNear && sharingFar;
|
||||
TriList.BooleanInput[UIBoolJoin.VCLayoutToggleEnable].BoolValue = sharingNear || sharingFar;
|
||||
TriList.BooleanInput[UIBoolJoin.VCMinMaxPress].BoolValue = sharingNear;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user