Neil Dorin
d937dc14fc
#698 Adds actions to toggle audio/video mute and pinning for participants
1.8.5-alpha-1350
2021-05-10 15:09:33 -06:00
Neil Dorin
604f4ca22d
#698 Adds join objects for participants audio/video mute and pin toggle
1.8.5-alpha-1349
2021-05-10 12:58:07 -06:00
Neil Dorin
2d7ad8ba2a
#698 Updates to add participant hand raised and pin/unpin
1.8.5-alpha-1348
2021-05-07 18:07:25 -06:00
Neil Dorin
e4a3933743
Mostly coded. Needs join numbers for ZoomRoomJoinMap values
1.8.5-alpha-1347
2021-05-06 16:54:41 -06:00
Neil Dorin
d6445861f5
Adds IHasZoomRoomLayouts interface. Update zStatus.Layout class to extend NotifiableObject
1.8.5-alpha-1346
2021-05-05 21:55:28 -06:00
Jason T Alborough
03b076c8eb
Merge pull request #696 from PepperDash/feature/dm-audio-routing-fix
...
Fixes DM Audio Routing
1.8.5-beta-1345
2021-04-30 15:28:08 -04:00
Andrew Welker
7c58221acc
Merge branch 'development' into feature/dm-audio-routing-fix
1.8.5-alpha-1343
2021-04-30 13:12:18 -06:00
Andrew Welker
14f7c27b33
Merge pull request #695 from PepperDash/bugfix/discovery-routing-endless-loop
...
Bugfix/discovery routing endless loop
1.8.5-beta-1342
2021-04-30 13:12:10 -06:00
Jason Alborough
9ea65883b7
Fixes DM Audio Routing
1.8.5-alpha-1340
2021-04-30 14:58:39 -04:00
Alex Johnson
9d0020d999
Merge branch 'development' into bugfix/discovery-routing-endless-loop
1.8.5-hotfix-1338
2021-04-29 13:52:36 -04:00
Alex Johnson
fb44a3b93c
Resolves looping in IRouting by adding the device to the tracking list before iterating down further. Adds debug statement to print when this condition occurs - "Skipping input <device> on <router-device>, this was already checked"
1.8.5-hotfix-1336
2021-04-29 13:44:47 -04:00
Andrew Welker
6b7c5c01f8
Merge pull request #693 from PepperDash/hotfix/console-response-crlf-fixes
...
Hotfix/console response crlf fixes
1.8.5-beta-1335
2021-04-28 21:58:44 -06:00
Andrew Welker
1a3eb9a546
Merge branch 'development' into hotfix/console-response-crlf-fixes
1.8.5-hotfix-1333
2021-04-28 09:54:39 -06:00
Andrew Welker
44c171c8f4
Merge pull request #692 from PepperDash/hotfix/console-response-crlf-fixes
...
Changes cr to crlf for some console command responses
2021-04-28 09:54:24 -06:00
Alex Johnson
ae9833ffaa
Changes cr to crlf for some console command responses
1.8.5-hotfix-1331
2021-04-23 08:58:43 -04:00
Andrew Welker
e6f5142fc3
Merge pull request #688 from PepperDash/feature/secretsManager
...
Feature/secrets manager
1.8.5-beta-1325
2021-04-16 12:13:38 -06:00
Trevor Payne
3c9ca1e527
Resoves #688
...
Added some QoL improvements to SecretsManager meant to protect the integrity of the providers dictionary from accidental manipulation
Debug statement improvements
Improvements to verbosity of console command returns for the SecretsManager
1.8.5-alpha-1323
2021-04-16 12:29:41 -05:00
Trevor Payne
452d0a5a39
Changed DeviceFactory.GetSecret(SecretsPropertiesConfig data) to return an empty string instead of null on a failed retrieval
1.8.5-alpha-1321
2021-04-16 09:59:58 -05:00
Trevor Payne
8643ed2caf
#685 - Requested Fixes per AWelker
1.8.5-alpha-1319
2021-04-15 19:14:24 -05:00
Trevor Payne
2787c7fc52
Close #685
...
Adds support for Secrets
1.8.5-alpha-1318
2021-04-15 18:47:13 -05:00
Trevor Payne
babc3e4f1a
fixed minor registration error
1.8.5-alpha-1317
2021-04-15 14:36:43 -05:00
Trevor Payne
0a4ff82af0
Added SecretsManager
...
Added ISecrets
Added ISecretsProvider
1.8.5-alpha-1316
2021-04-15 13:47:46 -05:00
Andrew Welker
b455e1af21
Merge pull request #684 from PepperDash/release/v1.8.3
...
add flags on both ends to prevent input switching loop
1.8.3-beta-1315
2021-04-09 16:50:54 -06:00
Andrew Welker
e12a5e95bf
Merge pull request #683 from PepperDash/release/v1.8.3
...
add flags on both ends to prevent input switching loop
1.8.4
2021-04-09 16:50:44 -06:00
Andrew Welker
3e7144f7ef
Merge branch 'main' into release/v1.8.3
1.8.3-rc-1313
2021-04-09 16:40:56 -06:00
Andrew Welker
19e070ed76
add flags on both ends to prevent input switching loop
1.8.3-rc-1311
2021-04-09 16:36:11 -06:00
Neil Dorin
b818c14713
Merge pull request #681 from PepperDash/release/v1.8.3
...
Release/v1.8.3
2021-04-09 15:31:02 -06:00
Andrew Welker
63e7866890
Merge pull request #680 from PepperDash/feature/imobilecontrolroombridge-upgrades
...
Feature/imobilecontrolroombridge upgrades
1.8.3-rc-1310
1.8.3-rc-1309
1.8.3-beta-1308
2021-04-08 16:26:47 -06:00
Neil Dorin
922d1d8133
Merge branch 'development' into feature/imobilecontrolroombridge-upgrades
1.8.3-alpha-1306
2021-04-08 16:17:02 -06:00
Andrew Welker
d26ea01ed9
Merge pull request #673 from PepperDash/hotfix/genericqueue-dispose-issue
...
Hotfix/genericqueue dispose issue
1.8.3-beta-1305
2021-04-08 16:15:31 -06:00
Andrew Welker
4ebd1b53b5
Merge branch 'development' into hotfix/genericqueue-dispose-issue
1.8.3-hotfix-1303
2021-04-08 15:37:15 -06:00
Andrew Welker
0226b58b1e
Merge pull request #672 from PepperDash/hotfix/genericqueue-dispose-issue
...
#671 switches to private Dispose() on program stop
2021-04-08 15:36:53 -06:00
Neil Dorin
be41922c54
Merge pull request #679 from PepperDash/feature/plugin-loading-issues
...
Clean up messaging
1.8.3-beta-1298
2021-04-08 14:43:43 -06:00
Andrew Welker
56f93c5491
Merge branch 'main' into hotfix/genericqueue-dispose-issue
1.8.3-hotfix-1292
1.8.3-hotfix-1301
2021-04-08 14:25:11 -06:00
Andrew Welker
8cfd58bb7e
Fix error printing for plugin loading
1.8.3-alpha-1291
2021-04-08 14:21:32 -06:00
Andrew Welker
6ddfdc4b38
Updating plugin loading mechanism to provide better feedback
1.8.3-alpha-1290
2021-04-08 13:54:06 -06:00
Neil Dorin
7640b95701
Clears camera mute mode when turning camera auto mode off
1.8.3-alpha-1287
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
1849d118b4
gets rid of console print when queue items are processed.
1.8.3-alpha-1286
2021-04-06 18:15:37 -06:00
Neil Dorin
22e7f004a5
adds missing code parameter
1.8.3-alpha-1285
2021-04-06 18:06:15 -06:00
Neil Dorin
0dcaacb038
Merge branch 'feature/multi-display-adds' into feature/imobilecontrolroombridge-upgrades
1.8.3-alpha-1284
2021-04-06 16:37:17 -06:00
Neil Dorin
cf8e673677
Adds ClientJoined event
1.8.3-alpha-1283
2021-04-06 12:25:33 -06:00
Neil Dorin
200080247a
closes #671 and changes to aborting thread in Dispose instead of attempting to join
1.8.3-hotfix-1281
2021-04-06 10:38:39 -06:00
Neil Dorin
ba247ee8d6
removes commented code for clarity
1.8.3-alpha-1280
2021-04-06 10:36:03 -06:00
Neil Dorin
b3617d04c8
Merge pull request #677 from PepperDash/hotfix/stream-debug-console-issues
...
Hotfix/stream debug console issues
1.8.3-beta-1279
2021-04-06 10:30:08 -06:00
Neil Dorin
85cf51876a
Merge branch 'development' into hotfix/stream-debug-console-issues
1.8.3-hotfix-1277
2021-04-06 10:01:44 -06:00
Neil Dorin
b6f47168c0
Merge pull request #676 from PepperDash/hotfix/stream-debug-console-issues
...
Fix FormatException happening from fall-through
2021-04-06 10:01:07 -06:00
Neil Dorin
1e755df9bb
#675 Adds UserPromptedForCode event and method to show code on CiscoSparkCodec
1.8.3-alpha-1275
2021-04-05 17:01:34 -06:00
Neil Dorin
037f8ed043
#671 Updates to GenericQueue to resolve issues when stopping program
1.8.3-alpha-1274
2021-04-02 17:07:06 -06:00
Neil Dorin
e327d2d359
passes true when disposing of generic queue in deconstructor
2021-04-02 16:09:54 -06:00