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
Neil Dorin
dfebd47ef4
Merge branch 'main' into hotfix/zoomroom-obtp-dialing
2021-01-12 15:49:56 -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
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
Neil Dorin
a431015853
Adds legacy typename to factory for CiscoSparkCodec
2020-11-12 11:16:43 -07:00
Neil Dorin
7d72d54862
Gets ExternalSourceSwitching feedback working
2020-11-11 12:08:30 -07:00
Neil Dorin
985902092e
Merge branch 'feature/add-camera-config-props' into feature/resolve-cisco-bugs
2020-11-10 09:33:06 -07:00
Neil Dorin
944b72e2a8
Adds IHasCameraOff to CameraVisca
2020-11-10 09:32:16 -07:00
Neil Dorin
d074be323c
Remove zoom speeds
2020-11-10 09:31:37 -07:00
Neil Dorin
0098401584
Adds SpeedTimer implmentation to CameraVisca
2020-11-10 09:31:37 -07:00
Neil Dorin
0d7d5fe380
Adds feedback parsing to CameraVisca as well as some new focus controls.
2020-11-10 09:31:35 -07:00
Neil Dorin
1cb9fb6058
Removes unnecessary null check in SendDtmf method
2020-11-10 09:29:37 -07: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
f5753109d5
Fixes multiple issues
...
closes #474
closes #473
closes #470
2020-11-09 15:14:47 -07:00
Trevor Payne
e879aba801
Expanded the event to include RoutingPorts
...
Triggers for events are now based on FeedbackMatchObject
2020-11-04 13:32:28 -06:00
Trevor Payne
d9f891dfb1
removed IHasDspPreset from Tesira Classes
2020-10-21 16:59:45 -05:00
Trevor Payne
a9524bcc33
Updated Interface to be more genericized
2020-10-21 16:30:48 -05:00
Trevor Payne
1484c26434
added IDspPreset Interface
...
Implemented IDspPreset Interface on internal Tesira DSP
Resolves #457
2020-10-21 12:55:41 -05:00
Andrew Welker
59881d6b3b
fix for unanticipated messages from Zoom
2020-10-15 16:14:27 -06:00
Andrew Welker
085e198409
fix for incoming call stuff
2020-10-15 13:34:47 -06:00
Alex Johnson
1ea80c3fab
Adds phone call ringing status to zoom phone status enum
2020-10-12 12:58:22 -04:00
Andrew Welker
1676f5a956
add phone call logic and commands to Zoom Room
2020-10-08 17:09:59 -06:00
Alex Johnson
cdc9cdbe95
Adds joining meetings 2 and 3 if meetings exist
2020-10-08 15:25:51 -04: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
Alex Johnson
c58a1874ca
Limits max video participant list size to 50
2020-10-07 15:41:04 -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
d50ad7345d
fix ZoomRoomCamera Timer
2020-10-01 10:37:31 -06:00
Andrew Welker
95016c3ec6
fix camera mute command
2020-10-01 10:07:08 -06:00
Andrew Welker
f8f5c2474c
Merge branch 'development' into feature/zoom-room-feature-add
2020-09-30 17:05:17 -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
Jason DeVito
cb661313c2
Fixes for indexing form xsig
2020-09-29 17:21:17 -05:00
Andrew Welker
3c794849bd
added a couple of debugging statements
2020-09-29 15:22:32 -06:00