Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Jericho/ZoomNet

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...

View on GitHub

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 settings
Jericho created a review on a pull request on Jericho/ZoomNet
Looks good to me! Thank you for your contribution.

View on GitHub

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

View on GitHub

Jericho created a review on a pull request on Jericho/ZoomNet

View on GitHub

pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Oops, fixed! Thank you!

View on GitHub

pvgritsenko-ansible created a review on a pull request on Jericho/ZoomNet

View on GitHub

pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Glad to help on improving usefull lib=)

View on GitHub

pvgritsenko-ansible created a review on a pull request on Jericho/ZoomNet

View on GitHub

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.

View on GitHub

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'...

View on GitHub

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",...

View on GitHub

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...

View on GitHub

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...

View on GitHub

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...

View on GitHub

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 settings
cropter123 created a comment on an issue on Jericho/ZoomNet
Yes the account I used was: [email protected]

View on GitHub

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 ...

View on GitHub

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.

View on GitHub

mxswd created a comment on an issue on Jericho/ZoomNet
Awesome, thanks a lot for making the change. It will help a lot.

View on GitHub

Jericho pushed 1 commit to develop Jericho/ZoomNet

View on GitHub

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...

View on GitHub

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...

View on GitHub

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...

View on GitHub

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 created a tag on Jericho/ZoomNet

0.83.0 - .NET client library for the Zoom.us REST API v2

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

View on GitHub

Jericho pushed 2 commits to develop Jericho/ZoomNet
  • Merge branch 'release/0.83.0' ca7a7fc
  • Merge branch 'main' into develop 417ea84

View on GitHub

Load more