Jason DeVito
c14193f9ac
Updates to VideoCodecControllerJoinMap to fix joins for Participant triggers. Updated ZoomRoomJoinMaps to implement zConfiguration.eLayoutStyle to pass the name across the bridge.
2021-05-11 18:13:18 -05:00
Jason T Alborough
8d215930d9
Adds WriteControlProperty to ReconfigurableDevice
...
CameraBase now uses ReconfigurableDevice
2021-05-11 15:20:35 -04:00
Neil Dorin
b4edb021ee
#698 merged in join map updates from JKD. Fixed enum bit comparison for available layout feedbacks
2021-05-11 12:23:27 -06:00
Neil Dorin
52caa98f33
Merge branch 'feature/add-zoomroom-layout-controls' into feature/add-zoomroom-participant-actions
2021-05-11 11:10:37 -06:00
Jason DeVito
4e041d1773
Removed unused DecodecParticipantsXSig method.
2021-05-11 11:36:17 -05:00
Jason DeVito
118bd5a54a
Updates VideoCodecControllerJoinMap.cs to organize joins. Update to VideoCodecBase.cs UpdateParticipantsXSig.
2021-05-11 11:19:33 -05:00
Jason DeVito
116abbf962
Updates ZoomRoomJoinMap.cs with join numbers. Updated VideoCodecControllerJoinMap.cs to organize the joins in a logical pattern. Update VideoCodecBase to add the maxAnalogs to the logic calculating xsig indexes and offsets.
2021-05-11 08:34:16 -05:00
Neil Dorin
d937dc14fc
#698 Adds actions to toggle audio/video mute and pinning for participants
2021-05-10 15:09:33 -06:00
Neil Dorin
604f4ca22d
#698 Adds join objects for participants audio/video mute and pin toggle
2021-05-10 12:58:07 -06:00
Neil Dorin
2d7ad8ba2a
#698 Updates to add participant hand raised and pin/unpin
2021-05-07 18:07:25 -06:00
Neil Dorin
e4a3933743
Mostly coded. Needs join numbers for ZoomRoomJoinMap values
2021-05-06 16:54:41 -06:00
Neil Dorin
d6445861f5
Adds IHasZoomRoomLayouts interface. Update zStatus.Layout class to extend NotifiableObject
2021-05-05 21:55:28 -06:00
Andrew Welker
19e070ed76
add flags on both ends to prevent input switching loop
2021-04-09 16:36:11 -06:00
Neil Dorin
7640b95701
Clears camera mute mode when turning camera auto mode off
2021-04-06 20:08:59 -06:00
Neil Dorin
6c2abc7abd
Adds missing space in video mute command
2021-04-06 19:54:01 -06:00
Neil Dorin
22e7f004a5
adds missing code parameter
2021-04-06 18:06:15 -06:00
Neil Dorin
1e755df9bb
#675 Adds UserPromptedForCode event and method to show code on CiscoSparkCodec
2021-04-05 17:01:34 -06:00
Andrew Welker
35167d77f9
Merge branch 'development' into hotfix/scheduler-fixes
2021-03-25 15:48:59 -06:00
Andrew Welker
008279e867
Initialize some properties that were causing a nullRef
2021-03-22 09:39:08 -06:00
Andrew Welker
c4a6d20791
fixing a nullref issue with cisco spark
2021-03-22 09:23:07 -06:00
Jonathan Arndt
00d2159d06
Reset branch HEAD to f74fa35c commit. Removed all TX: and RX: Console.Debug statements and built successfully.
2021-03-11 11:14:59 -08:00
Jonathan Arndt
f74fa35ca4
Solution updated to remove all TX/RX data that device classes are printing when talking to 3rd party devices
2021-03-09 23:12:57 -08:00
Andrew Welker
52c96cc2c3
fix it so that wrong namespace classes inherit from right namespace classes
2021-02-18 15:40:18 -07:00
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
Neil Dorin
f075412a86
#548 Implments IBridgeAdvanced on IRBlurayBase and adds IRBlurayBaseJoinMap
2021-02-16 16:33:35 -07:00
Neil Dorin
382c35924c
#612 Implements VideoCodecBase.LinkVideoCodecToApi() on CiscoSparkCodec
2021-02-16 13:28:52 -07:00
Neil Dorin
88c332729f
#584 Implements GenericQueue in place of queue and thread in CiscoSparkCodec
2021-02-15 16:11:47 -07:00
Neil Dorin
4c16dd07b5
fixes #594 with standby state in CiscoSparkCodec
2021-02-04 10:39:29 -07:00
Andrew Welker
30bdac93ee
Merge branch 'main' into hotfix/stop-internal-samsung-comms-debug
2021-01-29 16:00:22 -07:00
Andrew Welker
1228431bc2
remove unnecessary debug statements
2021-01-29 14:18:48 -07:00
Neil Dorin
21f9795bcd
Implements ITvPresetsProvider on IrSetTopBoxBase
2021-01-28 14:05:59 -07:00
Neil Dorin
8545622c79
Merge branch 'development' into hotfix/videocodecbase-incoming-call-popup
2021-01-20 14:33:01 -07:00
jkdevito
7945bce854
Upadted VideoCodecBase LinkVideoCodecCallControlsToApi IncomingCall bridge action to reference "args.CallItem.Status == eCodecCallStatus.Ringing" (previously referencing "args.CallItem.Status != eCodecCallStatus.Disconnected")
2021-01-18 15:37:39 -06:00
Andrew Welker
f547eb3a09
Merge branch 'development' into hotfix/zoomroom-obtp-dialing
2021-01-15 11:50:35 -07:00
Neil Dorin
dfebd47ef4
Merge branch 'main' into hotfix/zoomroom-obtp-dialing
2021-01-12 15:49:56 -07:00
Neil Dorin
684b8db546
Merge branch 'development' into feature/get-prop-by-name-fixes
2021-01-12 15:49:18 -07:00
Neil Dorin
91abe4c09a
Updates to IR files and Enter command
2021-01-07 15:23:35 -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
Neil Dorin
57ebd2b608
Adds IRunDirectAction to EssentialsTechRoom
2020-12-17 14:07:48 -07:00
Jason Alborough
fc91ba7c1e
Fixes Namespace and Implements IKeyed in both interfaces.
2020-12-16 15:00:30 -05:00
Andrew Welker
d94d003050
Merge branch 'development' into hotfix/zoom-auto-layout
2020-11-30 14:08:08 -07: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
db6ab3ee98
#497 Add logic to set checksum value
2020-11-18 09:36:39 -07:00
Neil Dorin
ccdd8005d0
Fixes inverted standby state feedback
2020-11-13 14:54:26 -07:00
Neil Dorin
48585469f6
Additional updates to resolve external switching with multiple upstream tie lines
2020-11-12 16:28:43 -07:00
Neil Dorin
5c63a49071
Updates IMobileControl interface. Adds VideoCodec.StopSharing() to EndShutdown() method in Vtc1 room
2020-11-12 15:57:10 -07:00