Andrew Welker
a379641595
Merge branch 'development' into hotfix/zoom-meetnow-updates
2021-08-31 19:00:26 -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
Andrew Welker
60c2d4df01
Merge branch 'development' into hotfix/4series-cultureinfo-for-time-formats-and-dm-4kz-fix
2021-08-26 17:59:32 -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
8ab3e45d96
Merge branch 'development' into hotfix/sg-ui-issue
2021-08-17 21:49:16 -06:00
Neil Dorin
36a41ac477
fix(essentials): #792 refactors logic to show/hide SelectASourceVisible subpage
2021-08-17 18:00:41 -06:00
Neil Dorin
16f993852c
Merge branch 'development' into hotfix/UI-codec-directory-fixes
2021-08-16 11:52:35 -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
Andrew Welker
60d0f50cd2
Merge branch 'development' into hotfix/zoomroom-fixes
2021-08-16 08:22:38 -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
Andrew Welker
7dc9afa119
Merge branch 'development' into hotfix/zoom-camera-fixes
2021-08-11 11:47:48 -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
Andrew Welker
56bb872d2b
Merge branch 'development' into hotfix/zoomroom-updates
2021-08-02 17:36:51 -06:00
Neil Dorin
1696ef3ac1
Adds LocalLayoutToggle() implementation and minor updates to UI Driver
2021-08-02 16:58:32 -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
56492a00cd
Merge branch 'development' into hotfix/add-tsw7xx-types-to-factory
2021-07-28 17:07:13 -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
dfaaa3f6bc
#742 Adds factory for EssentialsRoomCombiner
2021-07-19 15:41:10 -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
40cdd4c1e7
Makes IPower Obsolete and replaces with IHasPowerControl and IHasPowerControlWithFeedback
...
Includes major refactor to resolve IPower update
Closes #476
Closes #474 more properly
2020-11-09 16:57:35 -07:00
Neil Dorin
3fc9ff3abf
fixes minor issue with camera preset hold actions
2020-08-31 16:23:25 -06:00
Neil Dorin
41833c8aad
closes #400
2020-08-31 16:11:10 -06:00
Neil Dorin
fdf9778f46
Fixes issue where not all screensaver subpage visibility joins were being set low on incoming call
2020-08-31 16:02:39 -06:00
Andrew Welker
c6dab1fe9a
added SO event handler
2020-08-28 12:02:53 -06:00
Neil Dorin
c9178aef76
Everything working except the actions to select cameras
2020-08-28 00:12:01 -06:00
Neil Dorin
ff6e898091
More testing. Only remaining issue is camera selection
2020-08-27 18:14:11 -06:00
Neil Dorin
c43503eb27
Tested locally. Most funtions working correclty
2020-08-27 17:58:45 -06:00
Neil Dorin
e90b9fe5e3
Merge remote-tracking branch 'origin/hotfix/fix-joinedsiginterlock-nullref' into hotfix/add-vc-camera-control-to-sg-ui
2020-08-27 16:39:09 -06:00
Neil Dorin
da73365c2f
Camera Control implemented and ready to test
2020-08-27 16:24:05 -06:00
Andrew Welker
436db82006
fix weird merge conflicts
2020-08-26 14:49:11 -06:00
Andrew Welker
5938869e7a
fix show & hide methods
2020-08-26 14:26:59 -06:00
Andrew Welker
4bad8585e5
add null check to popup handler method
2020-08-26 14:24:20 -06:00
Neil Dorin
c9fce06bd7
Updates necessary to make screen saver disappear on incoming call
2020-08-19 14:53:47 -06:00