Andrew Welker
a6741e47e4
Merge pull request #833 from PepperDash/hotfix/hd-md-outputname
...
Hotfix/hd md outputname
1.9.6-beta-1626
2021-09-21 16:16:32 -06:00
Andrew Welker
5a81ce9137
Merge branch 'development' into hotfix/hd-md-outputname
1.9.5-hotfix-1625
2021-09-21 15:47:31 -06:00
Andrew Welker
d78a378859
Merge branch 'main' into hotfix/hd-md-outputname
1.9.5-hotfix-1624
2021-09-21 15:21:47 -06:00
Jason DeVito
eec4484f78
fix: updates to resolve issues with routing and feedbacks in the HdMdNxM4kEBridgeableController class.
1.9.5-hotfix-1623
2021-09-21 16:11:13 -05:00
Andrew Welker
49e82f107b
fix(Essentials_DM): Updates to try and fix some exceptions
1.9.5-hotfix-1622
2021-09-21 12:06:22 -06:00
Neil Dorin
149c1dd22d
Merge pull request #832 from PepperDash/hotfix/dm-resolution-issues
...
Hotfix/dm resolution issues
1.9.5-beta-1621
2021-09-21 11:57:49 -06:00
Neil Dorin
79f9d09558
Merge branch 'development' into hotfix/dm-resolution-issues
1.9.5-hotfix-1620
2021-09-21 10:32:54 -06:00
Neil Dorin
c5162fb94d
Merge pull request #831 from PepperDash/hotfix/dm-resolution-issues
...
DM Input Resolution not reporting over bridge
2021-09-21 10:32:45 -06:00
Neil Dorin
63b9ffdd26
Merge branch 'main' into hotfix/dm-resolution-issues
1.9.5-hotfix-1619
2021-09-21 10:17:26 -06:00
Andrew Welker
2e76b6ba0a
fix(DM): Fix issue with bad cast for IVideoAttributesBasic
...
Also updates to use the DM routing input port rather than the tx AnyVideoInput for the DM input resolutions
1.9.5-hotfix-1618
2021-09-21 09:40:51 -06:00
Andrew Welker
cad45c04cb
fix: Add method to register for the correct event for resolution feedback
...
The resolution feedback change events don't appear to bubble up to the main DMInput change event. It appears to require subscribing to an event on the VideoAttributes class that the input contains.
1.9.5-hotfix-1617
2021-09-20 16:12:39 -06:00
Andrew Welker
70d63a9f99
chore: Mark non-bridgeable class obsolete
...
Also add a debug message to give the new type to use.
1.9.5-hotfix-1616
2021-09-20 15:52:40 -06:00
Andrew Welker
30f63eee03
fix: Remove reference to DMOutput name sig
...
the HD-MD series of switchers appears to not populate the Name sig of the DMOutput, leading to a NullSig exception when attempting to set output names. This is probably because those names can't be set on the device itself, but some experimentation with hardware may be required to determine that completely.
2021-09-20 15:52:40 -06:00
Jason DeVito
9f1c512909
Updates to HdMdNxM4kEController.cs to implement regex pattern in place of substring on input definitions. Updated HdMdNxM4kEBridgeableController.cs to handle exception when constructing the device.
2021-09-20 15:52:39 -06:00
Neil Dorin
c7d9789ffb
Merge pull request #823 from PepperDash/hotfix/ci-newtonsoft-issues
...
Hotfix/ci newtonsoft issues
1.9.5-beta-1615
2021-09-20 14:38:40 -06:00
Neil Dorin
9c4c1d99b8
Merge branch 'development' into hotfix/ci-newtonsoft-issues
1.9.5-hotfix-1614
2021-09-20 14:24:27 -06:00
Neil Dorin
0d6cd8d55d
Merge pull request #822 from PepperDash/hotfix/ci-newtonsoft-issues
...
ci: Update scripts to remove Newtonsoft.Compact.json
2021-09-20 14:24:11 -06:00
Neil Dorin
d06c73e994
Merge pull request #828 from PepperDash/hotfix/zoom-updates
...
Hotfix/zoom updates
1.9.5-beta-1613
2021-09-20 13:43:12 -06:00
Neil Dorin
8e64140651
Merge branch 'main' into hotfix/ci-newtonsoft-issues
1.9.5-hotfix-1612
2021-09-20 13:28:54 -06:00
Neil Dorin
54697e0eaf
Merge branch 'development' into hotfix/zoom-updates
1.9.5-hotfix-1611
2021-09-20 13:26:47 -06:00
Neil Dorin
0da35c8572
Merge pull request #827 from PepperDash/hotfix/zoom-updates
...
Hotfix/zoom updates
2021-09-20 13:26:18 -06:00
Andrew Welker
9f3a3f64a8
fix: Update share behavior for Zoom Room
1.9.5-hotfix-1610
2021-09-16 13:27:09 -06:00
Andrew Welker
fe01842523
fix: Multiple fixes
...
Update to poll meetings every 60 seconds
Add property to allow for adjusting when Join button appears
Refactor call connected event handler
Adjust text for header for sharing-only meeting
Add logic to handle waiting for host state
1.9.5-hotfix-1609
2021-09-16 07:15:26 -06:00
Andrew Welker
4ffea1c98f
fix: Add step to allow meeting number to be sent when entering password
1.9.5-hotfix-1608
2021-09-13 08:43:24 -06:00
Andrew Welker
73e3b049d8
build: Update nuspec file for maximum PD Core version
1.9.5-hotfix-1607
2021-09-13 08:33:36 -06:00
Andrew Welker
0ae38dddfc
ci: Update scripts to remove Newtonsoft.Compact.json
1.9.5-hotfix-1606
2021-09-11 14:01:07 -06:00
Andrew Welker
871894e248
fix: Fix issue with receiving sharing state
...
In some circumstances, the sharing state can be retrieved prior to participants or meeting info being populated. In those cases, Essentials is now creating an empty meeting object if one doesn't exist, and populating host info with None if no host has been indicated yet.
1.9.5-hotfix-1605
2021-09-10 20:25:21 -06:00
Andrew Welker
fa6cabe246
refactor(Essentials_DM): Add event IDS and some logging to get resolution feedback
1.9.5-hotfix-1604
2021-09-09 07:44:05 -06:00
Andrew Welker
db3d96d448
feat(Essentials_DM): Update DmInputEvent handler for input resolution feedback
1.9.5-hotfix-1603
2021-09-08 15:26:16 -06:00
Andrew Welker
a28a078c4f
feat(Essentials_DM): Update all card creation methods to pass appropriate input
2021-09-08 15:25:43 -06:00
Andrew Welker
d00a31e3a6
feat(Essentials_DM): Add overloads for AddDmInCardPorts & AddHdmiInCardPorts
2021-09-08 14:17:24 -06:00
Andrew Welker
77134f0a30
feat:(Essentials_DM) Update AddInputPortWithDebug
...
Adding an `IVideoAttributesBasic` as a parameter for this method relatively easily allows us to get the reported input resolution when it changes.
2021-09-08 14:15:52 -06:00
Andrew Welker
93dfb8780b
feat:(Essentials) Add doc info and meeting button text join
1.9.5-hotfix-1602
2021-09-07 18:13:18 -06:00
Andrew Welker
f791feb848
feat:(Essentials) Update UI functionality depending on Zoom Meeting type
2021-09-07 18:12:52 -06:00
Andrew Welker
44509dc5ae
feat:(Essentials) Add IsSharingMeeting setting to MeetingInfo
2021-09-07 18:12:13 -06:00
Andrew Welker
2d0dcd7336
feat:(Essentials) Add StartLocalPresentMeeting class
2021-09-07 18:11:48 -06:00
Andrew Welker
c255ae1525
feat:(Essentials) Add IsSharingMeeting property
2021-09-07 18:11:14 -06:00
Andrew Welker
d50027cc82
feat:(Essentials) Add IHasPresentationOnlyMeeting interface
2021-09-07 17:33:53 -06:00
Andrew Welker
9b64b7b7f3
fix:(Essentials) Created MeetingInfo Object if it didn't previously exist
2021-09-07 11:40:27 -06:00
Andrew Welker
c0cdb09544
Merge pull request #817 from PepperDash/hotfix/glspartcn-enable-feedback
...
Hotfix/glspartcn enable feedback
1.9.5-beta-1601
2021-09-07 09:11:59 -06:00
Andrew Welker
8c2c58d756
Merge branch 'development' into hotfix/glspartcn-enable-feedback
1.9.5-hotfix-1600
2021-09-02 08:39:13 -06:00
Andrew Welker
44e5753138
Merge pull request #810 from PepperDash/hotfix/mockvc-fixes
...
Hotfix/mockvc fixes
1.9.5-beta-1599
2021-09-02 08:38:58 -06:00
Andrew Welker
c71805cfc4
Merge branch 'development' into hotfix/glspartcn-enable-feedback
1.9.5-hotfix-1598
2021-09-02 07:42:52 -06:00
Andrew Welker
5d177104d8
Merge branch 'development' into hotfix/mockvc-fixes
1.9.5-hotfix-1597
2021-09-02 07:42:42 -06:00
Andrew Welker
147e712a01
Merge pull request #816 from PepperDash/hotfix/glspartcn-enable-feedback
...
fix: Replaced SetSigTrueAction and SetSigFalseAction calling SetEnable state with a single SetBoolSigAction.
2021-09-02 07:36:38 -06:00
Jason DeVito
9a1b069e24
feat: Added debug statements to sensor set and sensitivity methods.
...
fix: Replaced SetSigTrueAction and SetSigFalseAction calling SetEnable state with a single SetBoolSigAction.
1.9.5-hotfix-1596
2021-09-02 08:21:37 -05:00
Andrew Welker
d6878df267
Merge pull request #814 from PepperDash/hotfix/zoom-meetnow-updates
...
Hotfix/zoom meetnow updates
1.9.5-beta-1594
2021-08-31 20:02:44 -06:00
Andrew Welker
a379641595
Merge branch 'development' into hotfix/zoom-meetnow-updates
1.9.5-hotfix-1593
2021-08-31 19:00:26 -06:00
Andrew Welker
d8cd04b35f
Merge pull request #813 from PepperDash/hotfix/zoom-meetnow-updates
...
Hotfix/zoom meetnow updates
2021-08-31 19:00:14 -06:00
Neil Dorin
8539a6b79c
fix(essentials): minor fixes to UI oddities
1.9.5-hotfix-1592
2021-08-31 18:18:24 -06:00