Neil Dorin
2e5b7cad64
feat(essentials): adds null value handling to MeetingInfo props
2021-11-05 17:46:48 -06:00
Neil Dorin
5171385b5b
feat(essentials): adds JSON property attributes as needed
2021-11-05 15:58:10 -06:00
Neil Dorin
3ee44bcf6e
refactor(essentials): better name for current layout property in eventargs
2021-11-05 12:40:07 -06:00
Neil Dorin
949a04647b
feat(essentials): improves functionality of LayoutInfoChanged event
2021-11-05 12:36:04 -06:00
Neil Dorin
31f976d719
feat(essentials): adds IHasMeetingRecording and implements on ZoomRoom
2021-11-04 17:08:51 -06:00
Neil Dorin
11ffc5130f
feat(essentials): switches from array to list type in arguments
2021-11-04 16:47:05 -06:00
Neil Dorin
59bfa354e4
feat(essentials): switches to userId argument
2021-11-04 16:15:59 -06:00
Neil Dorin
536e82ef22
feat(essentials): adds new features for ZoomRoom
...
Adds IHasMeetingLock and adds new methods to IHasParticipants
2021-11-04 16:11:26 -06:00
Neil Dorin
033f6e12f1
Merge branch 'development' into hotfix/zoom-meetings-simpl
2021-10-07 12:49:01 -06:00
Andrew Welker
f7bf728263
fix(Devices_Common): Clear meeting list and fire event if no meetings are scheduled
2021-10-07 09:48:02 -06:00
Neil Dorin
d67a161e32
Merge branch 'development' into feature/room-combining
2021-09-29 17:17:29 -06:00
Neil Dorin
fb624ef20c
Merge branch 'development' into hotfix/PD-Core-update-initialize
2021-09-28 13:11:13 -06:00
Andrew Welker
b71c83bac0
feat: Update some internal Essentials devices to use Initialize method
2021-09-28 10:56:25 -06:00
Neil Dorin
fd232beae1
feat(essentails): #830 Adds EnteringStandbyModeFeedback to IHasHalfWakeMode
2021-09-24 15:26:45 -06:00
Neil Dorin
1e98484082
Merge branch 'development' into feature/room-combining
2021-09-22 17:23:38 -06:00
Neil Dorin
a165ba911f
feat(essentials): Minor updates after testing against codec hardware
2021-09-22 15:31:13 -06:00
Neil Dorin
8d1f187643
feat(essentials): #830 Adds new Cisco features
...
Adds IHasDoNotDisturbMode, IHasStandbyMode and IHasHalfWakeMode interfaces.
Implements all interfaces on CiscoSparkCodec class.
Adds CiscoCodecJoinMap to allow for bridging new Cisco specific functions.
2021-09-21 17:59:12 -06:00
Neil Dorin
54697e0eaf
Merge branch 'development' into hotfix/zoom-updates
2021-09-20 13:26:47 -06:00
Andrew Welker
9f3a3f64a8
fix: Update share behavior for Zoom Room
2021-09-16 13:27:09 -06:00
Andrew Welker
fe01842523
fix: Multiple fixes
...
Update to poll meetings every 60 seconds
Add property to allow for adjusting when Join button appears
Refactor call connected event handler
Adjust text for header for sharing-only meeting
Add logic to handle waiting for host state
2021-09-16 07:15:26 -06:00
Andrew Welker
4ffea1c98f
fix: Add step to allow meeting number to be sent when entering password
2021-09-13 08:43:24 -06:00
Andrew Welker
871894e248
fix: Fix issue with receiving sharing state
...
In some circumstances, the sharing state can be retrieved prior to participants or meeting info being populated. In those cases, Essentials is now creating an empty meeting object if one doesn't exist, and populating host info with None if no host has been indicated yet.
2021-09-10 20:25:21 -06:00
Andrew Welker
44509dc5ae
feat:(Essentials) Add IsSharingMeeting setting to MeetingInfo
2021-09-07 18:12:13 -06:00
Andrew Welker
2d0dcd7336
feat:(Essentials) Add StartLocalPresentMeeting class
2021-09-07 18:11:48 -06:00
Andrew Welker
c255ae1525
feat:(Essentials) Add IsSharingMeeting property
2021-09-07 18:11:14 -06:00
Andrew Welker
d50027cc82
feat:(Essentials) Add IHasPresentationOnlyMeeting interface
2021-09-07 17:33:53 -06:00
Andrew Welker
9b64b7b7f3
fix:(Essentials) Created MeetingInfo Object if it didn't previously exist
2021-09-07 11:40:27 -06:00
Andrew Welker
a379641595
Merge branch 'development' into hotfix/zoom-meetnow-updates
2021-08-31 19:00:26 -06:00
Neil Dorin
adec25104c
feat(essentials): Updates to UI to deal with sharing feedback with no external sources. Adds End/Leave meeting button logic on meeting info subpage
2021-08-31 16:40:04 -06:00
Neil Dorin
a54cd9e1df
feat(essentials): minor syntax updates
2021-08-31 10:13:56 -06:00
Neil Dorin
8af7b4b1db
feat(essentials): Adds IsHost property to MeetingInfo to determine if the room is the host
2021-08-30 17:48:37 -06:00
Neil Dorin
3edb0145d0
fix(essentials): Adds JsonProperty attributes to MeetingInfo properties for serialization
2021-08-30 15:00:13 -06:00
Neil Dorin
532f3ba237
feat(essentails): #811 Adds IHasMeetingInfo, implements on ZoomRoom and updates UI drivers #812
2021-08-27 17:57:21 -06:00
Neil Dorin
bfd383dfc7
fix(essentials): Minor fixes for MockVc to make behavior more consistent with real hardware
2021-08-27 09:48:43 -06:00
Andrew Welker
60c2d4df01
Merge branch 'development' into hotfix/4series-cultureinfo-for-time-formats-and-dm-4kz-fix
2021-08-26 17:59:32 -06:00
Neil Dorin
c84ec4c899
fix(essentials): #806 switches method to print times for consistent 12h format
...
fix(essentials): #806 Updates more uses of ToShortTimeString()
fix(essentials): #806 fixes for VideoCodecUIDriver
fix(essentials): #806 final fixes for time format
2021-08-26 17:20:04 -06:00
Neil Dorin
e7cfe1143d
fix(essentials): updates MockVc to instantiate the OsdSource and add its tie line
2021-08-25 16:24:18 -06:00
Neil Dorin
540a00861c
fix(essentials): Adds missing file in .csproj
2021-08-19 16:02:24 -06:00
Neil Dorin
0014dd7a14
feat(essentials): #801 Adds IHasStartMeeting interface and implments on ZoomRoom
2021-08-19 15:19:19 -06:00
Neil Dorin
f922b871a1
refactor(essentials): Switches from zoom specific contact class to generic InvitableDirectoryContact class
2021-08-19 14:57:00 -06:00
Neil Dorin
b2331fa1e5
feat(essentials): Adds IsInvitableContact property with getter to DirectoryContact
2021-08-19 14:14:14 -06:00
Neil Dorin
8bf4b0d568
fix(essentails): Increase phonebook list limit to 10000
2021-08-19 12:49:11 -06:00
Neil Dorin
dad986414c
feat(essentials): Updated EssentialsVideoCodecUIDriver to display password prompt when joining password protected meeting
2021-08-18 17:55:04 -06:00
Andrew Welker
21bc6a05de
Merge branch 'development' into hotfix/room-method-updates
2021-08-18 16:05:46 -06:00
Neil Dorin
f298b5cc41
feat(essentials): Implements IPasswordPrompt on ZoomRoom
2021-08-18 14:45:16 -06:00
Andrew Welker
9a1a23c88a
fix: Instantiate Availability class when
2021-08-17 22:23:41 -06:00
Neil Dorin
26bf7d8f73
feat(essentials): #793 Implements IHasDirectoryHistoryStack on CiscoSparkCodec
2021-08-17 17:58:32 -06:00
Andrew Welker
92f4d37cd6
refactor: Clean up Room Interfaces to help with ambiguities
2021-08-17 16:54:02 -06:00
Andrew Welker
c6d10ba87e
Merge branch 'development' into hotfix/zoomroom-duplicate-participant-in-list
2021-08-17 16:52:52 -06:00
Jason DeVito
3fa2954ca0
style: Updated formatting for ZoomRoom.cs and IHasParticipants.cs
2021-08-17 16:46:24 -05:00