Neil Dorin
5994704fbd
Merge pull request #1010 from PepperDash/hotfix/zoomroom-default-layout
...
Hotfix/zoomroom default layout
1.11.1
2022-09-30 08:27:03 -06:00
Neil Dorin
ca1cbb6e05
fix(essentials): Resolves null ref in LinkZoomRoomToApi
1.11.1-hotfix-1970
1.11.1-hotfix-1969
2022-09-29 14:11:41 -06:00
Neil Dorin
f82b7f8f12
refactor(essentials): cleans up some args names for clarity
2022-09-29 13:33:15 -06:00
Neil Dorin
dbd77f5f9f
fix(essentials): Switch to SetSigTrueAction for a few joins
1.11.1-hotfix-1967
2022-09-29 12:35:05 -06:00
Neil Dorin
55031d16af
docs(essentials): Add join name to printjoinmap and update description on StartMeetingNow join
2022-09-29 12:33:42 -06:00
Neil Dorin
4938071f70
fix(essentials): Updates the func to return whether sharing content
1.11.1-hotfix-1965
2022-09-29 11:22:13 -06:00
Neil Dorin
3670bde7cf
fix(essentials): Adds extra private field to trigger OnShareInfoChanged
1.11.1-hotfix-1964
2022-09-29 10:53:55 -06:00
Neil Dorin
4deb9a0828
fix(essentials): Updates to deal with sharing status and adds a property to notify if meeting can be recorded
1.11.1-hotfix-1963
2022-09-28 14:55:14 -06:00
Neil Dorin
a524b1607d
fix(essentials): Updates to deal with layouts and default layout for ZoomRoom
1.11.1-hotfix-1962
2022-09-28 12:28:37 -06:00
Neil Dorin
2daf3c0328
Merge pull request #1004 from PepperDash/release/1.11.0
...
1.11.0
1.11.0
2022-09-26 14:13:50 -06:00
Andrew Welker
eaef8ea616
Merge branch 'main' into release/1.11.0
1.11.0-rc-1954
1.11.0-rc-1955
2022-09-26 11:52:43 -06:00
Andrew Welker
edddf295fe
Merge pull request #1002 from PepperDash/hotfix/add-zoomroom-share-info
...
Various Zoom Room updates
1.10.11
2022-09-23 14:53:22 -06:00
Neil Dorin
05ec0ebac3
fix(essentials): Adds ability to dial up to 10 calls from SIMPL bridge
1.10.11-hotfix-1951
2022-09-23 12:27:55 -06:00
Neil Dorin
c3d07fe4fd
fix(essentials): Adds EndAllCalls to CancelJoinAttempt action
1.10.11-hotfix-1950
2022-09-23 08:28:32 -06:00
Neil Dorin
eae089cdf5
fix(essentials): updates to password prompt logic
1.10.11-hotfix-1949
2022-09-22 15:38:11 -06:00
Neil Dorin
b48859d202
adds missing .csproj update
1.10.11-hotfix-1948
2022-09-22 13:06:00 -06:00
Neil Dorin
bda46eb1b9
fix(essentials): adds cancel method for password prompt and adds wireless share instructions
2022-09-22 13:05:09 -06:00
Neil Dorin
ee735388bb
fix(essentials): reworks SIMPL bridging logic for hiding password prompt
1.10.11-hotfix-1945
2022-09-15 12:44:17 -06:00
Andrew Welker
77f202b9f4
Merge pull request #1000 from PepperDash/hotfix/zoom-room-content-sharing-fb
...
fix(essentials): Fixes SharingSourceFeedback value to actually read F…
2022-09-14 17:00:09 -06:00
Neil Dorin
939afb7aae
fix(essentials): Fixes SharingSourceFeedback value to actually read FB state instead of which on screen instructions are shown
1.10.11-hotfix-1943
1.10.11-hotfix-1942
2022-09-14 16:40:26 -06:00
Andrew Welker
4a98b58b60
Merge pull request #997 from PepperDash/hotfix/zoom-passcode-prompt
...
Update Zoom passcode bridging logic
1.10.10
2022-09-09 10:39:02 -06:00
Andrew Welker
2bf9336712
Merge branch 'main' into hotfix/zoom-passcode-prompt
1.10.9-hotfix-1941
2022-09-09 10:24:14 -06:00
Andrew Welker
598886dfd4
Merge pull request #995 from PepperDash/hotfix/zoom-room-privacy-mute-notincall
...
Set Zoom Room privacy/mic mute to report unmuted when not in a meeting
2022-09-08 15:08:32 -06:00
Neil Dorin
215cf6696e
fix(essentials): Set not in call state to report as unmuted
1.10.9-hotfix-1938
2022-09-08 14:26:18 -06:00
Neil Dorin
c557400f38
fix(essentials): updates ZoomRoom mute state to report muted when not in call
2022-09-08 14:26:18 -06:00
Trevor Payne
49a96d2632
Merge pull request #993 from PepperDash/feature/Cisco-RoomOS-Codec-Support-Cleanup
...
Various fixes for VideoCodecBase
1.10.9-beta-1934
1.11.0-rc-1935
2022-09-06 17:36:06 -05:00
Trevor Payne
ccf7acd53d
feat: update bridging, device factory, and interfaces
...
In order to support the way some Smart Objects work, a clear
directory join was needed in order to allow for clearing a
selection in certain circumstances.
In order to support finer-grained dependencies while
developing plugins, the Development Device Factory was added.
1.10.9-alpha-1933
2022-09-06 17:16:27 -05:00
jdevito
f1590aeec8
fix: added 'CancelPasswordPrompt' join, updated linkToZoomApi
1.10.9-hotfix-1931
2022-09-06 14:10:21 -05:00
jdevito
f1d1ce9722
fix: added OnPasswordRequired event call in SubmitPassword method to clear popup when bridged
1.10.9-hotfix-1930
2022-09-06 14:04:19 -05:00
Neil Dorin
edd55d0349
Merge pull request #992 from PepperDash/feature/touchpanel-plugins
...
Add TouchpanelBase class and initial implementation
1.10.9-beta-1925
2022-09-02 15:15:20 -06:00
Andrew Welker
384c4c2781
Merge branch 'feature/touchpanel-plugins' of https://github.com/PepperDash/Essentials into feature/touchpanel-plugins
1.10.9-alpha-1924
2022-09-02 15:00:12 -06:00
Andrew Welker
9b2611be02
refactor: add error handling for cases where type isn't found
2022-09-02 15:00:00 -06:00
Andrew Welker
26bd49aa85
Merge branch 'development' into feature/touchpanel-plugins
1.10.9-alpha-1923
2022-09-02 14:45:06 -06:00
Andrew Welker
1b9f16ea74
fix: add missing event registration
1.10.9-alpha-1922
2022-09-02 14:44:15 -06:00
Andrew Welker
88a16b577b
refactor: update constructors for touchpanel controller and base class
1.10.9-alpha-1921
2022-09-02 14:35:06 -06:00
Andrew Welker
b4ab0c1c32
Merge pull request #991 from PepperDash/hotfix/essentials-cooling-routing
...
Hotfix/essentials cooling routing
1.10.9-beta-1920
2022-09-02 13:56:05 -06:00
Andrew Welker
d01be57f81
feat: add TouchpanelBase class and initial implementation
1.10.9-alpha-1919
2022-09-02 13:54:34 -06:00
Andrew Welker
5ba7abb59b
Merge branch 'development' into hotfix/essentials-cooling-routing
1.10.9-hotfix-1918
2022-09-02 11:49:06 -06:00
Andrew Welker
f5a352cf08
Merge pull request #990 from PepperDash/hotfix/essentials-cooling-routing
...
Magic Routing holds last requested route until cooling is complete
1.10.8
2022-09-02 11:37:46 -06:00
Neil Dorin
c4a23e0887
feat(essentials): Adds RoomUiBehaviorConfig for disabling activity buttons
1.10.8-hotfix-1917
1.10.9-hotfix-1937
2022-09-02 11:19:18 -06:00
Andrew Welker
2622e68afc
Merge pull request #957 from PepperDash/feature/dmps-dm-fixes
...
Feature/dmps dm fixes
1.10.8-beta-1916
2022-09-02 11:00:16 -06:00
Andrew Welker
7fe2d04d31
fix: add removal of RouteRequest when calling ReleaseRoute
1.10.8-hotfix-1915
2022-09-01 12:29:19 -06:00
Andrew Welker
358f44cfe5
refactor: remove completed request from dictionary
1.10.8-hotfix-1914
2022-09-01 11:57:40 -06:00
Andrew Welker
d7cccc0709
feat: add cooldown logic to Magic Routing
...
In some cases, a route can be requested while a sink is cooling down.
In those cases, the routing logic should keep track of requests for a
destination and wait until cooling is complete to request the new
route.
1.10.8-hotfix-1913
2022-09-01 11:47:52 -06:00
Andrew Welker
72086b57b3
Merge branch 'development' into feature/dmps-dm-fixes
1.10.8-alpha-1912
2022-08-31 15:06:34 -06:00
Andrew Welker
f04b93d5e9
Merge pull request #989 from PepperDash/feature/cen-io-ir-104
...
Feature/cen io ir 104
1.10.8-beta-1911
2022-08-31 15:06:24 -06:00
Andrew Welker
18c52ca199
Merge branch 'development' into feature/dmps-dm-fixes
1.10.8-alpha-1910
2022-08-31 14:49:56 -06:00
Andrew Welker
1dcafff8fb
Merge branch 'development' into feature/cen-io-ir-104
1.10.8-alpha-1909
2022-08-31 14:49:13 -06:00
Andrew Welker
81b1117310
Merge pull request #988 from PepperDash/feature/cen-io-ir-104
...
Add Support for CEN-IO devices
1.10.7
2022-08-31 14:47:58 -06:00
jdevito
fb689c4484
fix: updated CEN-IO classes inheriting from EssentialsDevice to CrestronGenericBaseDevice to resolve activation issues
1.10.7-alpha-1908
2022-08-31 14:43:58 -05:00