Trevor Payne
04e8508c0c
fix: requested changes for PR #967
2022-07-15 11:38:19 -05:00
Trevor Payne
cbab051c11
Fixed Merge Issue
...
Adjusts #966
2022-07-12 15:53:59 -05:00
Trevor Payne
9c8bb66c5e
[Fix] - Updated IHasCodecLayoutsAvailable setters
...
[Adjusts] #966
2022-07-12 15:48:53 -05:00
Trevor Payne
96ec2cbe49
[Fix] - Updated IHasCodecLayoutsAvailable setters
...
[Adjusts] #966
2022-07-12 15:38:48 -05:00
Trevor Payne
9ecaec5584
[fix] slight change to move CodecCommandWithLabel into the VideoCodec namespace and modify the IHasCodecLayoutsAvailable interface to utilize this class
...
Modifies #966
2022-07-12 15:02:22 -05:00
Trevor Payne
b505ad467b
[feature] added IHasCodecLayoutsAvailable interface and associated bridge linking methods
...
Modifies #966
2022-07-12 12:34:28 -05:00
Trevor Payne
d8ac302f1c
[feature] - Create and Implement IConvertiblePreset within the VideoCodec and the VideoCodec.Cisco namespaces
...
RESOLVES #966
2022-07-11 17:30:51 -05:00
Neil Dorin
e02c267988
Merge branch 'development' into hotfix/zoom-recording-prompt
2022-06-21 11:47:33 -06:00
Neil Dorin
b8442e7048
feat(essentials): Format update for command
2022-05-18 16:33:21 -06:00
Neil Dorin
1e65c961c6
feat(essentials): Adds new interface capabilities
...
* ability to admit a participant from waiting room
* ability to acknowledge a meeting recording consent prompt
2022-05-17 15:36:00 -06:00
Neil Dorin
bdc4f0ae28
fix(essentials): updates recording property name
2022-05-17 13:20:53 -06:00
Neil Dorin
82ac34d3b6
fix(essentials): Updates Status.Call subscription mechanism to persist properly
...
Makes sure all subscriptions are un and resubscribed whenever Status.Call is constructed
2022-05-17 11:26:19 -06:00
Neil Dorin
23555e5174
Merge branch 'main' into hotfix/zoom-osd-device
2022-05-16 14:20:38 -06:00
Andrew Welker
ad3ae0de69
Merge branch 'development' into hotfix/zoomroom-duplicate-passwordRequired-eventhandlers
2022-04-28 10:07:24 -06:00
Andrew Welker
e843098ac3
Merge branch 'development' into release/1.10.0
2022-04-28 09:05:25 -06:00
Jason DeVito
1abe54fa48
fix: removed duplicate PasswordRequired event handler from LinkZoomRoomToApi method
2022-04-26 15:32:34 -05:00
Jason DeVito
e2b8e356ff
fix: Updated ZoomRoom constructor to build HdmiOutput1,2,3
2022-03-29 16:03:46 -05:00
Neil Dorin
b23b7cb813
fix(essentials): #927 moves SetUpRouting() to constructor
2022-03-29 12:49:49 -06:00
Nick Genovese
0ab1ece445
feat (essentials): split up volume interfaces for better composition
...
fix (essentials): fixed a few misc devices that are probably deprecated anyhow
2022-03-14 19:26:50 -04:00
Neil Dorin
89dd098ea6
feat(essentials): #912 Updates to GenericCommunicationMonitor to better monitor socket status
2022-03-03 14:39:54 -07:00
Neil Dorin
787c8eb954
feat(essentials): Adds new interface and event to notify if video unmute is requested
2022-03-01 21:43:38 -07:00
Neil Dorin
97b9ed5016
fix(essentials): Fixes SetupCameras to not add duplicate cameras to the list
2022-02-28 19:21:27 -07:00
Neil Dorin
06fdee313a
fix(essentials): adds missing property decorators and unmutes video on camera select
2022-02-25 21:10:44 -07:00
Neil Dorin
b3f7568469
fix(essentials): updates to IHasDirectory and ZoomRoom
...
Prevents serialization of CurrentDirectoryResults object.
Modified OnDirectoryResultsReturne helper method for ZoomRoom to fix stripping of contacts
2022-02-24 22:03:03 -07:00
Neil Dorin
55ab593d73
feat(essentails): #911 swaps cisco comm monitor poll string
2022-02-24 14:34:38 -07:00
Neil Dorin
a06652ee61
chore(essentials): Cleans up some debug statements no longer needed
2022-02-21 12:06:09 -07:00
Neil Dorin
428edad38a
Merge branch 'release/1.10.0' into feature/add-cisco-room-kit-features
2022-02-15 16:05:14 -07:00
Jonathan Arndt
80b5fb6c7f
CiscoSparkCodec > Removed inner IF of processQueuedCommands and added CrestronInvoke to CheckSyncStatus
2022-02-15 11:27:37 -08:00
Jonathan Arndt
6df594dd7f
Updates to CiscoSparkCodec queue
2022-02-14 17:21:15 -08:00
Neil Dorin
e39c76001a
feat(essentials): Updates to initial sync mechanism
...
Adds queue for all outgoing commands to codec that blocks until sync is established
2022-02-14 16:16:58 -07:00
Jonathan Arndt
d88a454499
fix(essentials): various bug fixes for hold FB, individual call end, incoming name-number fb, ipv4 address fb
2022-02-11 16:39:47 -08:00
Neil Dorin
b0e3fddec7
fix(essentials): fixes issue with local var scope when assigning actions for ending individual calls
...
Fixes Incoming call name/number feedback in bridge
2022-02-11 15:50:09 -07:00
Neil Dorin
0e5cecbfc3
fix(essentials): #901 Refines initial synchronization sequence
...
Makes sure that the AddedContact feedback subscription is excluded right away, but later included after the phonebook is retrieved. This should ensure we get the initial phonebook and all subsequent additions at runtime while also minimizing initial data volume.
2022-02-11 14:16:40 -07:00
Neil Dorin
348981d8cb
fix(essntials): Fixes exception in OnLayoutChanged and fixes debug JSON formatting for Zoom responses
2022-02-10 17:33:06 -07:00
Neil Dorin
bee3f0caf3
Merge branch 'release/1.10.0' into feature/revise-zoomroom-gather-methodology
2022-02-10 16:02:55 -07:00
Neil Dorin
79a3a8ed7e
fix(essentials): #901 Overhaul's feedback processing for efficiency
...
Updates to address changes to ZRAAPI v1.1 and ZoomRooms 5.9.4
2022-02-10 15:49:53 -07:00
Neil Dorin
cb3c80ff8f
fix(essentials): fixes to on hold feedback and call status xsig
2022-02-09 17:44:53 -07:00
Neil Dorin
0bb4b6edd4
fix(essentials): doh! fixes issue where IsOnHold would get set to false if response contains no PlacedOhHold object
2022-02-09 17:30:26 -07:00
Neil Dorin
e4a4564bbc
fix(essentials): Attempts to set OnHold an alternative way
2022-02-09 17:21:19 -07:00
Neil Dorin
b0288951eb
fix(essentials): removes logic to disconnect and reinitialize on malformed json response
2022-02-09 17:15:58 -07:00
Neil Dorin
bfdc882eb6
fix(essentials): Adds logic to recover from malformed json response on initial communication.
...
Adds better formatting for active calls list print to console
2022-02-09 17:07:18 -07:00
Neil Dorin
7a2e99f145
feat(essentials): Adds HoldAllCalls join and action
2022-02-09 16:50:06 -07:00
Neil Dorin
db67f97a1f
fix(essentials): add local scope variable for indexer in hold/resume call loop
2022-02-09 16:46:19 -07:00
Neil Dorin
102ae3ad4f
fix(essentials): second attempt to get on hold fb working
2022-02-09 16:41:37 -07:00
Neil Dorin
7dd6b3a9b6
fix(essentials): fixes index off by 1 error and updates call status to check for "OnHold" as status value
2022-02-09 16:31:31 -07:00
Neil Dorin
e24965eb54
fix(essentials): fixes ValueChagnedAction to run both feedback updates instead of one
2022-02-09 15:37:55 -07:00
Neil Dorin
9d80954214
fix(essentials): Adds check for SendingMode property value before attempting to set fb
2022-02-09 15:10:39 -07:00
Jonathan Arndt
70c5df9040
Removed add camera to device manager
2022-02-09 14:09:07 -08:00
Neil Dorin
89a7f2aa80
fix(essentials): Add a condition to check for an empty configuration.presentation object response and return to avoid null ref ex
2022-02-09 14:54:19 -07:00
Neil Dorin
90023621dc
fix(essentials): Adds some better console log comments and calls SetUpCameras() after reading data from codec.
2022-02-09 14:48:45 -07:00