Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Iram1995 created a comment on an issue on Jericho/ZoomNet
Thank you so much for quick fixes.
Jericho pushed 7 commits to main Jericho/ZoomNet
- Merge branch 'main' into develop b2d5e71
- Refresh build script 020aa16
- Run integration tests and unit tests under net9.0 d8672b8
- Upgrade nuget references 6b2a348
- Add "Windows 10" and "Windows 11" to ParticipantDevice Resolves #381 71373c3
- Upgrade .NET SDK to 9.101 f484322
- Merge branch 'release/0.85.0' 57f9d98
Jericho pushed 2 commits to develop Jericho/ZoomNet
Jericho closed an issue on Jericho/ZoomNet
ParticipantDevice missing
Hi, I hope you’re doing well. I’m encountering an error while syncing participants from Zoom into my CRM. I’ve already obtained latest the version from ZoomNet, but the issue persists. Could y...Jericho pushed 2 commits to develop Jericho/ZoomNet
Jericho created a comment on an issue on Jericho/ZoomNet
Nevermind, the requested info is no longer necessary. The Zoom team has acknowledged that there is an issue on their end and the `device` node is not intended to contain version information. It ...
Jericho created a comment on an issue on Jericho/ZoomNet
Good news: the Zoom team has acknowledged that there is an issue on their end and the `device` node is not intended to contain version information. It should contain values such as "Windows", not "...
Jericho created a comment on an issue on Jericho/ZoomNet
I told the Zoom person about the problem you are witnessing and they are asking for the following info: > I am really sorry for the delay here… I just re engaged with our Engineering team but w...
Iram1995 opened an issue on Jericho/ZoomNet
ParticipantDevice missing
Hi, I hope you’re doing well. I’m encountering an error while syncing participants from Zoom into my CRM. I’ve already obtained the version from ZoomNet, but the issue persists. Could you plea...Jericho pushed 2 commits to develop Jericho/ZoomNet
Jericho created a comment on a pull request on Jericho/ZoomNet
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 0.84.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.84.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.84.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.84.0 :tada: The release is available on: - [GitHub Release](https://github.com/jericho/ZoomNet/releases...
Jericho created a comment on a pull request on Jericho/ZoomNet
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 0.84.0 :tada: The release is available on: - [GitHub Release](https://github.com/jericho/ZoomNet/releases...
Jericho published a release on Jericho/ZoomNet
0.84.0
As part of this release we had [5 issues](https://github.com/Jericho/ZoomNet/milestone/98?closed=1) closed. __Bug__ - [__!380__](https://github.com/Jericho/ZoomNet/pull/380) Call-handling se...Jericho pushed 18 commits to main Jericho/ZoomNet
- Merge branch 'main' into develop 417ea84
- Fix integration test c427777
- Fix typo in comment 2cf486b
- Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
- Throw when undefine enum value Resolves #376 8ee30c2
- Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
- Sort the scopes (for convenience) da559d8
- Formatting 2a35741
- Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
- Sort integration tests alphabetically 8d9fcd9
- Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
- Fix typo 3f1428f
- Fix incorrect JsonPropertyName in CallHandlingSettings 5c494f3
- Remove extra '/' in URL 3b61369
- Call-handling settings issues (#380) * Fix call-handling issues * remove extra jsonConverter fix call handling ... e51cd08
- Synchronize JSON serializer context daf63a4
- Improve error message to include field name when available. Resolves #378 fe69be5
- Merge branch 'release/0.84.0' 158b232
Jericho closed an issue on Jericho/ZoomNet
Error handler ignores the `field` node when parsing the error message
Consider an error message similar to this (notice the "field" node): ```json { "code":400, "message":"Validation error. Check 'errors' field for details.", "errors": [ ...Jericho pushed 2 commits to develop Jericho/ZoomNet
pvgritsenko-ansible created a comment on a pull request on Jericho/ZoomNet
> I took care of the duplicate JsonPropertyName in CallHandlingSettings. > > I also found an extra slash in this URL in Phone.cs: `.PatchAsync($"/phone/extension/{extensionId}/call_handling/sett...
Jericho pushed 1 commit to develop Jericho/ZoomNet
- Call-handling settings issues (#380) * Fix call-handling issues * remove extra jsonConverter fix call handling ... e51cd08