Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Jericho closed an issue on Jericho/ZoomNet
StringEnumConverter does not reject undefined enum values
I was having a discussion with @pvgritsenko-ansible regarding #375 which he recently submitted. The conversation was around converting enum values into their string representation. I was making the...Jericho created a comment on an issue on Jericho/ZoomNet
eliza.zoom is asking the following: > I will just need the name of the app that made the API call as well as the email associated with that account in order to investigate this further @cropt...
Jericho closed a pull request on Jericho/ZoomNet
Update call handling settings and get user presence status
Implemented followig endpoints: 1. GetPresenceStatusAsync to get user's current status 2. UpdateCallHandlingSettingsAsync to update call handling settingsJericho created a review on a pull request on Jericho/ZoomNet
Looks good to me! Thank you for your contribution.
Jericho opened an issue on Jericho/ZoomNet
StringEnumConverter does not reject invalid enum values
I was having a discussion with @pvgritsenko-ansible regarding #375 which he recently submitted. The conversation was around converting enum values into their string representation. I was making the...Jericho created a review comment on a pull request on Jericho/ZoomNet
Awesome! much appreciated
pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Oops, fixed! Thank you!
pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Glad to help on improving usefull lib=)
Jericho created a review comment on a pull request on Jericho/ZoomNet
Thanks for fixing the XML comments. Probably a copy/paste issue on my part.
Jericho created a review comment on a pull request on Jericho/ZoomNet
```suggestion /// The call forwarding route settings. It's only required for the <see cref="CallForwardingSubsettings"/>. ``` CS1574 XML comment has cref attribute 'CallForwardingSubSettings'...
Jericho created a review comment on a pull request on Jericho/ZoomNet
Is there a reason to perform validation here? Our `StringEnumConverter` already validates enum values so you should be able to simply : ```csharp var data = new JsonObject { { "settings",...
Jericho created a review comment on a pull request on Jericho/ZoomNet
```suggestion /// - The <see cref="BusyOnAnotherCallAction"/> is set to 1 (Forward to a voicemail).(Only applicable to the User). ``` Satisfy SA1629: Documentation text should end with a per...
Jericho created a review on a pull request on Jericho/ZoomNet
Thank you for your submission. I know how tedious it can be to add all the model classes so I am impress how thorough you were. Especially with the very detailed XML comments. I am looking forwa...
Jericho created a review on a pull request on Jericho/ZoomNet
Thank you for your submission. I know how tedious it can be to add all the model classes so I am impress how thorough you were. Especially with the very detailed XML comments. I am looking forwa...
pvgritsenko-ansible opened a pull request on Jericho/ZoomNet
Update call handling settings and get user presence status
Implemented followig endpoints: 1. GetPresenceStatusAsync to get user's current status 2. UpdateCallHandlingSettingsAsync to update call handling settingscropter123 created a comment on an issue on Jericho/ZoomNet
Yes the account I used was: [email protected]
Jericho created a comment on an issue on Jericho/ZoomNet
@cropter123 You and I worked on #354 a few months ago because you were receiving values in the `device` node that did not correspond to the documented possible values which caused ZoomNet to throw ...
Jericho created a comment on an issue on Jericho/ZoomNet
You're welcome. I raised #374 to warn developers about the breaking changes and guide them to resolution. Hopefully my instructions are clear.
mxswd created a comment on an issue on Jericho/ZoomNet
Awesome, thanks a lot for making the change. It will help a lot.
Jericho created a comment on an issue on Jericho/ZoomNet
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 0.83.0 :tada: The release is available on: - [GitHub Release](https://github.com/jericho/ZoomNet/releases...
Jericho created a comment on an issue on Jericho/ZoomNet
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 0.83.0 :tada: The release is available on: - [GitHub Release](https://github.com/jericho/ZoomNet/releases...
Jericho created a comment on an issue on Jericho/ZoomNet
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 0.83.0 :tada: The release is available on: - [GitHub Release](https://github.com/jericho/ZoomNet/releases...
Jericho published a release on Jericho/ZoomNet
0.83.0
As part of this release we had [3 issues](https://github.com/Jericho/ZoomNet/milestone/97?closed=1) closed. __Breaking Changes__ See #374 for a discussion of the breaking changes listed below...Jericho pushed 13 commits to main Jericho/ZoomNet
- Merge branch 'main' into develop 9b7c1ea
- Sort the properties on IZoomClient and ZoomClient alphabetically 8a180f1
- Add two new MeetingListType values Resolves #372 4963090
- Fix Meetings integration test. 650d260
- Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb
- Use enums rather than hardcoded values 669f238
- Add the preSchedule parameter to CreateScheduledMeetingAsync and CreateRecurringMeetingAsync Resolves #373 a973dc9
- Formatting 8a8d689
- Move the generatePassword towards the end of the method signature. I am hoping this will reduce the likelihood of de... 8223ba7
- XML comment mus end with a period e1b9958
- Fix integration test f493911
- Refresh build script ed13511
- Merge branch 'release/0.83.0' ca7a7fc