Skip to content

Commit

Permalink
fix: tested with older firmware - passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Payne committed Sep 28, 2022
1 parent 98aa519 commit 61cc4ff
Show file tree
Hide file tree
Showing 5 changed files with 439 additions and 208 deletions.
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<packages>
<package id="PepperDashEssentials" version="1.11.0-rc-1935" targetFramework="net35" allowedVersions="[1.0,2.0)"/>
<package id="PepperDashEssentials" version="1.11.1-hotfix-1961" targetFramework="net35" allowedVersions="[1.0,2.0)"/>
</packages>
31 changes: 0 additions & 31 deletions src/CiscoCodecJoinMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,37 +106,6 @@ public class CiscoCodecJoinMap : VideoCodecControllerJoinMap
});




[JoinName("DialMeeting4")]
public JoinDataComplete DialMeeting4 = new JoinDataComplete(
new JoinData
{
JoinNumber = 164,
JoinSpan = 1
},
new JoinMetadata
{
Description = "Join fourth meeting",
JoinCapabilities = eJoinCapabilities.FromSIMPL,
JoinType = eJoinType.Digital
});

[JoinName("DialMeeting5")]
public JoinDataComplete DialMeeting5 = new JoinDataComplete(
new JoinData
{
JoinNumber = 165,
JoinSpan = 1
},
new JoinMetadata
{
Description = "Join fifth meeting",
JoinCapabilities = eJoinCapabilities.FromSIMPL,
JoinType = eJoinType.Digital
});


[JoinName("PresentationActive")]
public JoinDataComplete PresentationActive = new JoinDataComplete(
new JoinData
Expand Down
Loading

0 comments on commit 61cc4ff

Please sign in to comment.