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
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
1cb9fb6058
Removes unnecessary null check in SendDtmf method
2020-11-10 09:29:37 -07:00
Neil Dorin
f5753109d5
Fixes multiple issues
...
closes #474
closes #473
closes #470
2020-11-09 15:14:47 -07: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
Andrew Welker
753b4e69ee
add constructor to CodecScheduleAwareness to chang refresh timer
2020-09-29 15:08:33 -06:00
Andrew Welker
b502007fff
Changes to keep from clearing meeting list
2020-09-29 14:41:55 -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
72515a79ca
fixes and additions
2020-09-29 12:08:29 -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
6589f8c4f4
Merge branch 'development' into feature/zoom-room-feature-add
2020-09-25 08:57:29 -06:00
Andrew Welker
13dabc09c7
Merge branch 'development' into feature/vc4-eisc
2020-09-25 08:53:39 -06:00
Andrew Welker
aa38b13adf
add online status link
2020-09-24 15:52:40 -06:00
Andrew Welker
6a79f41367
Add Online updates.
2020-09-23 16:10:39 -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