mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
feat(essentials): Adds analog fb join for recent calls count to VideoCodecControllerJoinMap and bridge
This commit is contained in:
@@ -1358,6 +1358,20 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps
|
|||||||
JoinType = eJoinType.Analog
|
JoinType = eJoinType.Analog
|
||||||
});
|
});
|
||||||
|
|
||||||
|
[JoinName("RecentCallCount")]
|
||||||
|
public JoinDataComplete RecentCallCount = new JoinDataComplete(
|
||||||
|
new JoinData
|
||||||
|
{
|
||||||
|
JoinNumber = 191,
|
||||||
|
JoinSpan = 1
|
||||||
|
},
|
||||||
|
new JoinMetadata
|
||||||
|
{
|
||||||
|
Description = "Recent Call Count",
|
||||||
|
JoinCapabilities = eJoinCapabilities.ToSIMPL,
|
||||||
|
JoinType = eJoinType.Analog
|
||||||
|
});
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1685,6 +1685,7 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
|||||||
trilist.ClearBoolSigAction(joinMap.RemoveSelectedRecentCallItem.JoinNumber);
|
trilist.ClearBoolSigAction(joinMap.RemoveSelectedRecentCallItem.JoinNumber);
|
||||||
//
|
//
|
||||||
|
|
||||||
|
trilist.SetUshort(joinMap.RecentCallCount.JoinNumber, (ushort)codec.CallHistory.RecentCalls.Count);
|
||||||
|
|
||||||
// Update the call history joins
|
// Update the call history joins
|
||||||
var maxItems = joinMap.RecentCallNamesStart.JoinSpan;
|
var maxItems = joinMap.RecentCallNamesStart.JoinSpan;
|
||||||
|
|||||||
Reference in New Issue
Block a user