Jason DeVito
d193de79da
Added GetSelfViewMode method to ZoomRoom.cs, upated Removed if statement in HideConfSelfVideo property that was blocking feedback updates and setting of the property from boot. Tested with Zoom Rooms system on site and verified working. Closes #781 .
2021-08-16 08:26:27 -05:00
Neil Dorin
87ab43c745
fix(essentials): Updates to resolve oddities with ZoomRoom directory browsing and dialing
2021-08-13 13:45:46 -06:00
Neil Dorin
cea1d2fcdd
Updates to mute toggle for ZoomRoom
2021-08-09 16:20:55 -06:00
Neil Dorin
22aea3089d
#773 Adds some debug and sets the Capabilities value on ZoomRoomCamera
...
Also updates RunRouteAction in EssentialsHuddleVtc1Room to still call down in to main RunRouteAction method if called with a sourceListKey
2021-08-09 14:41:31 -06:00
Neil Dorin
1696ef3ac1
Adds LocalLayoutToggle() implementation and minor updates to UI Driver
2021-08-02 16:58:32 -06:00
Neil Dorin
19cbe480a6
reverts IMobileControl back to using EssentialsRoomBase instead of IEssentialsRoom for now
2021-07-29 16:39:34 -06:00
Neil Dorin
49c1c61a88
updates ZoomRoom to use GenericQueue
2021-07-29 14:51:16 -06:00
Neil Dorin
0cd3c1bdc5
fix(ZoomRoom): #767 #768 Adds Output2 on ZoomRoom and updates to UI for VTC
...
Updates EssentialsVideoCodecUiDriver and codec classes to better deal with dynamic use of IHasCallHistory and
2021-07-29 13:01:02 -06:00
Andrew Welker
8404e7d5a4
Merge branch 'main' into release/1.9.2
2021-07-28 17:07:01 -06:00
Neil Dorin
f4ac4e6319
Minor updates to resolve oddities with ZoomRoom and TSW UI drivers (call status)
2021-07-28 16:38:20 -06:00
Neil Dorin
66ff6b2e07
Brings in another small zoom update from @jkdevito
2021-07-28 15:33:04 -06:00
Neil Dorin
e7bbfbd40a
Update to add populate call Id and Name properties to allow proper removal of inactive calls
2021-07-28 15:27:47 -06:00
Neil Dorin
eec86fde48
Updates incorrect path for ZoomRoom feedback exclusions and adds toll_free_callinList
2021-07-28 15:23:57 -06:00
Neil Dorin
7b57ce439e
#761 Adds support for x70 series touchpanels
2021-07-28 14:47:17 -06:00
Andrew Welker
45e6dff26d
fix: update access level for config constructor
2021-07-19 15:10:03 -06:00
Andrew Welker
10129b8178
feat: Add post activation action for aggregator
2021-07-19 15:09:37 -06:00
Andrew Welker
9128e108f7
feat: Add clear method to BoolOutputLogical
...
and do a bit of refactoring
2021-07-19 15:09:03 -06:00
Andrew Welker
760ec8be92
feat: Add occupancy aggregator factory and config
2021-07-19 14:08:57 -06:00
Andrew Welker
6946946c12
chore: Add c2nIoController to csproj
2021-07-19 13:47:17 -06:00
Andrew Welker
990090e1de
feat: Add support for C2N-IO
2021-07-19 10:29:30 -06:00
Neil Dorin
2181410927
#736 Adds IEssentialsRoom and IEssentialsHuddleSpaceRoom interfaces
...
Refactors all references to EssentialsRoomBase and EssentialsHuddleSpaceRoom to use the new interfaces instead
2021-07-12 17:22:36 -06:00
Neil Dorin
e964172200
#729 Updates to get CheckSchedule method working as designed
2021-07-02 15:01:17 -06:00
Neil Dorin
840934502b
Working on getting meeting change events to trigger properly
2021-06-29 17:35:22 -06:00
Neil Dorin
a76f4c15dc
Updates to IHasScheduleAwareness
2021-06-29 09:47:56 -06:00
Neil Dorin
9a7fe553f9
Merge branch 'development' into hotfix/add-eisc-server-client-options-to-eiscapiadvanced-factory
2021-06-24 16:35:29 -06:00
Neil Dorin
5c9996e728
adds new type options to use EISCClient and EISCServer in eiscapiadvanced
2021-06-17 13:49:09 -06:00
Andrew Welker
0cc2328276
Merge branch 'development' into hotfix/zoom-room-views
2021-06-17 10:03:42 -06:00
Andrew Welker
1ccf54003f
Merge branch 'main' into hotfix/zoom-room-views
2021-06-17 09:32:04 -06:00
Andrew Welker
6b85323949
Merge branch 'development' into hotfix/plugin-loading
2021-06-16 15:17:52 -06:00
Neil Dorin
cc742f4291
adds check for abstract class before attempting to create instance
2021-06-16 13:11:45 -06:00
Jason DeVito
6beff106ec
Updated packages.config to track latest PepperDash Core release. Updated ZoomRoom LinkZoomRoomToApi to update the bridge when it comes online.
2021-06-10 17:45:23 -05:00
Neil Dorin
cb35aa13f5
lets it fall through conditions to fire the ParticipantsChanged event if an already pinned participant is found
2021-06-09 17:55:55 -06:00
Neil Dorin
b71523bd2d
Adds condition to not check for already pinned participant if incoming message has user id < 0
2021-06-09 17:38:50 -06:00
Neil Dorin
0c56da112c
Changes to respond to new pinned participant message by clearing out already pinned participant fb first.
2021-06-09 17:07:25 -06:00
Neil Dorin
08f4d8e9a2
Attempts to unpin participant from same screenIndex if one is already pinned.
2021-06-09 16:57:42 -06:00
Neil Dorin
7ac3f81ea5
Initialize SreenIndexIsPinnedToFb to -1. Adds debugging for xsig tokens
2021-06-09 16:14:18 -06:00
Neil Dorin
1c06e8381b
Fixed inverted video mute FB and adds debug statements to help see participant pin status
2021-06-09 13:30:36 -06:00
Jason DeVito
f5305197b3
Updates to LinkZoomRoomApi method
2021-06-09 13:37:01 -05:00
Jason DeVito
1805ebaf0f
Converted ZoomRoom Layout Size properties and methods to interface, IHasSelfviewSize, following the patterns implemented for IHasSelfviewPosition and SelfviewPipPosition.
2021-06-08 17:56:00 -05:00
Jason DeVito
ca8207f2bd
Removed Layout Position properties and methods. Using SelfviewPipPosition properties and methods.
2021-06-08 15:20:42 -05:00
Jason DeVito
655bb954fa
Updated IHasCodecLayouts and ZoomRoom to test feedback of Layout Size and Layout Position.
2021-06-08 14:38:33 -05:00
Andrew Welker
1ebacf3f0f
Fix formatting issue
2021-06-08 12:12:59 -06:00
Andrew Welker
7de0251188
add ConvertType method to convert type
...
This method should allow for using a string value in place of an enum as a parameter. Integers will still fail.
2021-06-08 11:44:09 -06:00
Jason DeVito
492e593263
Updated IHasCodecLayouts to implement Layout Position selection and feedback, updated bridge map to map Layout Position signals. Updated ZoomRoom to implement Layout Position selection and feedback.
2021-06-07 22:22:00 -05:00
Jason DeVito
afe2046c81
Added methods to select Call Layout Size.
2021-06-07 14:45:40 -05:00
Andrew Welker
ef7da0d7af
Merge branch 'development' into hotfix/techroom-preset-recall-event
2021-05-24 13:19:45 -06:00
Andrew Welker
c5bcd89695
Merge branch 'development' into feature/add-zoomroom-participant-actions
2021-05-20 18:34:58 -06:00
Jason DeVito
c7cc98bff7
Removed old TODO's from VideoCodecBase.cs. Marked TODO's for Issue #697 .
2021-05-20 19:32:11 -05:00
Jason DeVito
db60f8f1be
ResponseObject.cs updates: Added and tested SortParticipantListtByHandStatus method. Found an issue with HandStatus response, property names include ': ', updated JsonProperty definitions to account for issues with expected returns vs. actual returns.
2021-05-20 15:43:02 -05:00
Andrew Welker
d00c8bed5f
fix:(EssentialsCore) Add ability for devjson command to handle overloads
...
The `devjson` command needs to ability to handle overloads. With this change, if a method is an overloaded method, the command will get all methods on an object that match the entered method name, then get the first entry in the list of methods that matches the length of the provided parameters list.
This won't work in all cases, as there may be situations where the parameters of the methods have the same length, but different types. In that situation, it's likely that the conversion from `Object` to the desired type will fail, in which case, the command will notify the user that something went wrong.
2021-05-20 10:52:12 -06:00