Neil Dorin
|
0014dd7a14
|
feat(essentials): #801 Adds IHasStartMeeting interface and implments on ZoomRoom
|
2021-08-19 15:19:19 -06:00 |
|
Neil Dorin
|
f922b871a1
|
refactor(essentials): Switches from zoom specific contact class to generic InvitableDirectoryContact class
|
2021-08-19 14:57:00 -06:00 |
|
Neil Dorin
|
b2331fa1e5
|
feat(essentials): Adds IsInvitableContact property with getter to DirectoryContact
|
2021-08-19 14:14:14 -06:00 |
|
Neil Dorin
|
8bf4b0d568
|
fix(essentails): Increase phonebook list limit to 10000
|
2021-08-19 12:49:11 -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
|
21bc6a05de
|
Merge branch 'development' into hotfix/room-method-updates
|
2021-08-18 16:05:46 -06:00 |
|
Neil Dorin
|
f298b5cc41
|
feat(essentials): Implements IPasswordPrompt on ZoomRoom
|
2021-08-18 14:45:16 -06:00 |
|
Neil Dorin
|
f8129fe7ae
|
feat(essentials): #800 adds public access modifier on properties
|
2021-08-18 13:35:48 -06:00 |
|
Neil Dorin
|
dbdaedcca3
|
feat(essentials): #800 Adds IPasswordPrompt
|
2021-08-18 13:25:26 -06:00 |
|
Andrew Welker
|
9a1a23c88a
|
fix: Instantiate Availability class when
|
2021-08-17 22:23:41 -06:00 |
|
Neil Dorin
|
26bf7d8f73
|
feat(essentials): #793 Implements IHasDirectoryHistoryStack on CiscoSparkCodec
|
2021-08-17 17:58:32 -06:00 |
|
Andrew Welker
|
92f4d37cd6
|
refactor: Clean up Room Interfaces to help with ambiguities
|
2021-08-17 16:54:02 -06:00 |
|
Andrew Welker
|
c6d10ba87e
|
Merge branch 'development' into hotfix/zoomroom-duplicate-participant-in-list
|
2021-08-17 16:52:52 -06:00 |
|
Jason DeVito
|
3fa2954ca0
|
style: Updated formatting for ZoomRoom.cs and IHasParticipants.cs
|
2021-08-17 16:46:24 -05:00 |
|
Jason DeVito
|
c4f6afa412
|
Fixed debug references used for call status that were printing Status.Call.Sharing.State. Added GetCurrentCallParticipants method to referesh participant list. Updated UpdateCallStatus to resolve issue with duplicate participants when admitted from the waiting room.
|
2021-08-17 15:56:57 -05:00 |
|
Jason DeVito
|
6bdda5451b
|
Updated UpdateCallStatus method to fix call status references previously looking at Status.Call.Sharing.State. Added else statement to 'if(ActiveCalls.Count == 0)' used to cleanup after calls that refreshs the participant list. Added GetCurrentCallParticipant method used to poll the participant list.
|
2021-08-17 15:14:02 -05:00 |
|
Andrew Welker
|
c298d37b9f
|
Merge branch 'development' into feature/room-combining
|
2021-08-16 15:45:43 -06:00 |
|
Andrew Welker
|
538f81c18e
|
Merge branch 'development' into hotfix/IMobileControl3
|
2021-08-16 15:16:44 -06:00 |
|
Neil Dorin
|
01b713e6e1
|
feat(essentials): Adds IMobileControl3 interface to maintain backwards compatibility
|
2021-08-16 14:27:28 -06:00 |
|
Neil Dorin
|
2dd0c53a08
|
Merge branch 'development' into feature/visca-presets-fix
|
2021-08-16 11:35:13 -06:00 |
|
Andrew Welker
|
60d0f50cd2
|
Merge branch 'development' into hotfix/zoomroom-fixes
|
2021-08-16 08:22:38 -06:00 |
|
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 |
|
Louis Iacovelli
|
c26d7d73f8
|
Removed commented line.
|
2021-08-12 15:14:23 -04:00 |
|
Andrew Welker
|
854a0691d3
|
Merge branch 'development' into feature/visca-presets-fix
|
2021-08-12 12:12:31 -06:00 |
|
Louis Iacovelli
|
072411e4f6
|
Added method to set preset for multiple situations
|
2021-08-12 11:49:59 -04:00 |
|
Andrew Welker
|
7dc9afa119
|
Merge branch 'development' into hotfix/zoom-camera-fixes
|
2021-08-11 11:47:48 -06:00 |
|
Jason Alborough
|
71881addab
|
fix(Devices.Common.Cameras.CameraVisca): add and fire the event OnPresetsListHasChanged() after LinkToApi so that the camera presets populate to the bridge correctly
|
2021-08-11 13:00:51 -04: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
|
397a5b1794
|
fix(CiscoSparkCodec): Solves exception when in SipUri getter
|
2021-08-05 17:28:49 -06:00 |
|
Neil Dorin
|
0867d08c5a
|
fix(MockVC): various fixes for local testing
update MockVC and EssentialsVideoCodecUiDriver
updates to Cisco classes to address some exceptions at startup with EssentialsVideoCodecUiDriver
|
2021-08-04 15:13:35 -06:00 |
|
Neil Dorin
|
5c3e1ca915
|
Updates IMobileControl to use IEssentialsRoom instead of EssentialsRoomBase again
|
2021-08-03 14:52:26 -06:00 |
|
Neil Dorin
|
1de42b9e97
|
Merge branch 'development' into feature/room-combining
|
2021-08-03 14:32:42 -06:00 |
|
Andrew Welker
|
9ec090397f
|
Merge branch 'development' into bugfix/FixLargeFrameInstantiation
|
2021-08-02 18:10:10 -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 |
|
Trevor Payne
|
864e0675ea
|
Resolves #769
Fix issues with large dm frame instantiation
|
2021-08-02 10:34:41 -05:00 |
|
Neil Dorin
|
8ae03a8187
|
Merge branch 'development' into feature/room-combining
|
2021-07-30 16:59:52 -06:00 |
|
Neil Dorin
|
7114e60c04
|
feat(RoomCombining): #742 Updates EssentialsTouchpanelController
Will now switch room the TP is linked to based on room combination scenario
|
2021-07-30 16:59: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
|
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
|
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 |
|