Andrew Welker
4ab3cdb1ff
#451 Fix namespace issues
2021-02-18 13:03:23 -07:00
Neil Dorin
e356f57e1a
#415 Adds camera mute methods and feedback to CiscoSparkCodec
...
Adds new IHasCameraMute to more clearly define functions and implements on CiscoSparkCodec and ZoomRoom
2021-02-17 16:50:18 -07:00
jkdevito
72197e547f
Updated VideoCodecBase.cs and ZoomRooms.cs to resolve an issue with dialing the currently scheduled meetings.
...
VideoCodecBase.cs changes:
1. Moved the trilist.SetSigFalseActions for DialMeeting 1-3 from the UpdateMeetinsgList mehtod to the LinkVideoCodecScheduleToApi method.
- This was necessary to resolve an issue with dialing current meetings.
- When the SetSigFalseActions where located in the UpdateMeetingsList, they were using the codec.CodecSchedule.Meetings to dial, which was not updated based on the time of day.
2. Turned the local var currentMeetings into a private list, _currentMeetings, that can be updated by UpdateMeetingsList and then used in LinkVideoCodecScheduleToApi when the trilist actions are executed.
3. Added debug statements to help narrow down the issue and verify the data.
ZoomRoom.cs changes:
1. Added debug statement to Dial(Meeting meeting) method to confirm the data passed from LinkVideoCodecScheduleToApi was matching the _currentMeetings list data.
2021-01-06 16:22:54 -06:00
Andrew Welker
91dda3213e
fix an IF statement to be correct
2020-11-30 13:42:27 -07:00
jkdevito
b41dd23c7f
Hotfix testing with Zoom PC to find what is triggering a layout change. Currently unresolved
2020-11-30 14:29:57 -06:00
Andrew Welker
14ad0eee48
adding some debug statements to try and suss out what's going on
2020-11-24 16:04:01 -07:00
Andrew Welker
56e106ff32
#512 add null check and return unknown if it is null
2020-11-24 15:46:33 -07:00
Andrew Welker
59881d6b3b
fix for unanticipated messages from Zoom
2020-10-15 16:14:27 -06:00
Andrew Welker
1676f5a956
add phone call logic and commands to Zoom Room
2020-10-08 17:09:59 -06:00
Alex Johnson
28e8a1fb11
Fixes for selfview feedback. Rearranges order to happen in clockwise motion
2020-10-08 14:40:44 -04:00
Alex Johnson
5f1b92ca62
Adds additional check for if DisablePhonebookAutoDownload is true to CustomActivate method. Fixes issue where layout was not being set properly on sharing end.
2020-10-08 11:43:12 -04:00
Andrew Welker
f4fb9cd173
add fix for sharing status not updating
...
add fix for clearing participants list on meeting end
2020-10-07 12:45:05 -06:00
Alex Johnson
ad4a6e9383
Fixes for UpdateCallStatusXSig() method
2020-10-06 16:59:27 -04:00
Andrew Welker
decdaf9f1f
lots of updates
2020-10-02 16:58:18 -06:00
Andrew Welker
27382a6be1
various fixes
2020-10-01 14:40:13 -06:00
Andrew Welker
34440af1c5
fix for updating call status when in meeting & call is already connected
2020-10-01 13:25:33 -06:00
Andrew Welker
95016c3ec6
fix camera mute command
2020-10-01 10:07:08 -06:00
Andrew Welker
b500b9f6cc
Add feedbacks for Camera Auto Mode
2020-09-30 16:26:48 -06:00
Andrew Welker
e784c08f80
Add camera off and auto stuff to Zoom Room
2020-09-30 15:47:32 -06:00
Andrew Welker
e365944dc3
add config object to stop downloading large phonebooks
2020-09-30 13:55:40 -06:00
Andrew Welker
4b9d7d1a1f
adjust queue size
2020-09-30 11:21:13 -06:00
Andrew Welker
753b4e69ee
add constructor to CodecScheduleAwareness to chang refresh timer
2020-09-29 15:08:33 -06:00
Andrew Welker
1e6d65fe53
changing some things to check for updates to meetings list
2020-09-29 13:24:53 -06:00
Andrew Welker
c8e3f752db
added properties to support dynamic time before meeting start for warnings
2020-09-28 19:15:39 -06:00
Andrew Welker
97701ef3c4
add privacy & volume controls to VC Join Map
2020-09-25 16:00:17 -06:00
Andrew Welker
88263ccc77
finished up with some things
2020-09-23 15:54:11 -06:00
Andrew Welker
9d15704b78
cleaning some things up and getting more pieces working
2020-09-23 08:51:44 -06:00
Andrew Welker
832060e8ad
Lots of changes
...
* Copied join map from Mobile Control
* Started implementing for JoinMapBase
* Made some changes and improvements to ZoomRoom for handling Directory stuff
2020-09-21 18:59:17 -06:00
Andrew Welker
5d5652907b
Started linking classes to the API
2020-09-18 16:28:04 -06:00
Andrew Welker
6972b544ec
Add IBridgeAdvanced to VideoCodecBase
2020-09-17 11:03:04 -06:00
Andrew Welker
a203eef9a6
clean up and organize
2020-09-16 16:33:16 -06:00
Neil Dorin
ec0b2fa181
Adds receive queue and thread to CiscoSparkCodec class and sets receive thread priority for ZoomRoom
2020-08-05 10:50:48 -06:00
Trevor Payne
e705d2191a
Moved Occupancy Sensors into PepperDash.Essentials.Core
...
Resolves #298
2020-07-01 19:30:45 -05:00
Neil Dorin
4f6ae386b4
Finishes converting all existing types to new DeviceFactory mechanism. #106
2020-04-22 17:52:29 -06:00
Neil Dorin
9a2c001a93
Cleans out classes moved to plugins (Evertz). Adds example configs, removes old #warning statements.
2020-02-12 10:27:27 -07:00
Neil Dorin
1ae6069ac2
Adds USB routing to DmChassisController and DmChassisControllerBridge.
...
Major update to remove eRoutingSignalType.AudioVideo in favor of bitmasked values and adding UsbOutput and UsbInput types. Updated all affected routing ports and ExecuteSwitch method calls.
Need to review and test routing to ensure bitwise operators are all correct.
2019-08-15 14:07:10 -06:00
Neil Dorin
48c6bb78bc
Removes essentials-framework as a submodule and brings the files back into the main repo
2019-07-09 17:21:53 -06:00