Andrew Welker
9f3a3f64a8
fix: Update share behavior for Zoom Room
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
2021-09-16 07:15:26 -06:00
Andrew Welker
93dfb8780b
feat:(Essentials) Add doc info and meeting button text join
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
Neil Dorin
8539a6b79c
fix(essentials): minor fixes to UI oddities
2021-08-31 18:18:24 -06:00
Neil Dorin
adec25104c
feat(essentials): Updates to UI to deal with sharing feedback with no external sources. Adds End/Leave meeting button logic on meeting info subpage
2021-08-31 16:40:04 -06:00
Neil Dorin
8af7b4b1db
feat(essentials): Adds IsHost property to MeetingInfo to determine if the room is the host
2021-08-30 17:48:37 -06:00
Neil Dorin
0a1af09830
fix(essentials): Disables dial feedback phone formatting if codec is IHasStartMeeting
2021-08-30 12:07:09 -06:00
Neil Dorin
532f3ba237
feat(essentails): #811 Adds IHasMeetingInfo, implements on ZoomRoom and updates UI drivers #812
2021-08-27 17:57:21 -06:00
Neil Dorin
bfd383dfc7
fix(essentials): Minor fixes for MockVc to make behavior more consistent with real hardware
2021-08-27 09:48:43 -06:00
Neil Dorin
47035d8386
fix(essentials): Attempt to catch case where meeting popup may not be dismissed if the room is on and the meeting is no longer joinable
2021-08-26 17:38:49 -06:00
Neil Dorin
c84ec4c899
fix(essentials): #806 switches method to print times for consistent 12h format
...
fix(essentials): #806 Updates more uses of ToShortTimeString()
fix(essentials): #806 fixes for VideoCodecUIDriver
fix(essentials): #806 final fixes for time format
2021-08-26 17:20:04 -06:00
Neil Dorin
621205e65c
fix(essentials): Hides password prompt on successful call connection
2021-08-19 12:04:11 -06:00
Neil Dorin
62fcf3856f
fix(essentials): Minor update to clear out previous password text when displaying password prompt
2021-08-19 09:37:21 -06:00
Neil Dorin
dad986414c
feat(essentials): Updated EssentialsVideoCodecUIDriver to display password prompt when joining password protected meeting
2021-08-18 17:55:04 -06:00
Andrew Welker
b780351bf0
Merge branch 'main' into hotfix/room-method-updates
2021-08-18 07:38:11 -06:00
Neil Dorin
36a41ac477
fix(essentials): #792 refactors logic to show/hide SelectASourceVisible subpage
2021-08-17 18:00:41 -06:00
Andrew Welker
92f4d37cd6
refactor: Clean up Room Interfaces to help with ambiguities
2021-08-17 16:54:02 -06:00
Andrew Welker
b9479bab70
refactor: Rename Initialize to InitializeRoom
2021-08-17 16:54:01 -06:00
Neil Dorin
01b713e6e1
feat(essentials): Adds IMobileControl3 interface to maintain backwards compatibility
2021-08-16 14:27:28 -06:00
Andrew Welker
23e8280904
refactor: Add RefreshDirectory overload
...
This allows the directory to be refreshed by the event that updates the directory correctly
2021-08-16 09:42:11 -06: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
2a37e44d7d
fix(essentials): fixes inverted activity call button state
2021-08-12 15:33:17 -06:00
Neil Dorin
efa801137c
fix(Essentials): moves code inside null check for CurrentRoom
2021-08-12 14:53:41 -06:00
Neil Dorin
4b4f1f3c3d
fix(essentials): Updates to staging subpage join logic
2021-08-12 14:48:19 -06:00
Neil Dorin
6e7bf061cf
fix(essentials): Add null check for CurrentRoom
2021-08-12 13:51:48 -06:00
Neil Dorin
7f6160eb44
fix(essentials): Updates to better set feedback for current mode
2021-08-12 12:24:23 -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
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
7b57ce439e
#761 Adds support for x70 series touchpanels
2021-07-28 14:47:17 -06:00
Neil Dorin
a37814ab3c
#736 adds IEssentialsHuddleVtc1Room and refactors to use interface rather than EssentialsHudleVtc1Room
2021-07-12 21:49:54 -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
d95ee27979
#728 corrects casing of folder name in Global.FilePathPrefix at startup
2021-07-02 15:01:51 -06:00
Neil Dorin
840934502b
Working on getting meeting change events to trigger properly
2021-06-29 17:35:22 -06:00
Andrew Welker
ef7da0d7af
Merge branch 'development' into hotfix/techroom-preset-recall-event
2021-05-24 13:19:45 -06:00
Neil Dorin
d2d99d4bfa
Merge branch 'main' into hotfix/techroom-preset-recall-event
2021-05-24 12:45:27 -06:00
Andrew Welker
1a3eb9a546
Merge branch 'development' into hotfix/console-response-crlf-fixes
2021-04-28 09:54:39 -06:00
Alex Johnson
ae9833ffaa
Changes cr to crlf for some console command responses
2021-04-23 08:58:43 -04:00
Neil Dorin
685c344785
#690 fixes incorrect conditional check before firing feedback
2021-04-20 14:38:24 -06:00
Trevor Payne
0a4ff82af0
Added SecretsManager
...
Added ISecrets
Added ISecretsProvider
2021-04-15 13:47:46 -05:00
Andrew Welker
19e070ed76
add flags on both ends to prevent input switching loop
2021-04-09 16:36:11 -06:00
Andrew Welker
fcdee3b9fd
Merge branch 'development' into feature/multi-display-adds
2021-03-17 09:01:00 -06:00
Neil Dorin
4e15d7fe5a
Adds necessary config properteis
2021-03-16 15:36:14 -06:00
Neil Dorin
846e905ae1
Removes check from scheduler method that was functioning incorrectly.
2021-03-12 14:18:03 -07:00
Andrew Welker
e23fe06fef
update name change in csproj
2021-03-05 15:32:21 -07:00