Ecosyste.ms: Timeline

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

Jericho/ZoomNet

Jericho pushed 3 commits to develop Jericho/ZoomNet

View on GitHub

Jericho opened an issue on Jericho/ZoomNet
Breaking changes in 0.83.0
As a result of breaking changes introduced in 0.83.0 (see #281 and #373 ), there's a good chance you will get a compile time error if you invoke `Meetings.CreateInstantMeetingAsync`, `Meetings.Crea...
Jericho closed an issue on Jericho/ZoomNet
Additional parameter when creating a meeting: `pre_schedule`
It appears that Zoom has added a new parameter some time ago which is currently not available in the ZoomNet library: - `pre_schedule`: Whether to create a prescheduled meeting via the [GSuite a...
Jericho pushed 4 commits to develop Jericho/ZoomNet
  • 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

View on GitHub

Jericho closed an issue on Jericho/ZoomNet
Allow for creating a meeting using a default password
When creating a meeting there are 3 security options, and you must pick at least one. If you use the API to create a meeting these security options don't match the API 1-to-1, but rather you nee...
Jericho pushed 1 commit to develop Jericho/ZoomNet
  • Added default_password param to CreateMeeting APIs (#280) * added default_password * Fixed interface * Update ... 0c9addb

View on GitHub

Jericho closed a pull request on Jericho/ZoomNet
Added default_password param to CreateMeeting APIs
If you want to make a meeting and have zoom pick a password you need to send this param. I've tested it and get back passwords in the JoinUrl. https://developers.zoom.us/docs/api/rest/reference/...
Jericho created a review comment on a pull request on Jericho/ZoomNet
Parameter added to the `CreateInstantMeetingAsync ` method

View on GitHub

Jericho 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
To answer my own question: when you specify a custom password and you also set the new parameter to `true`, the custom password takes precedence and the Boolean parameter is ignored. As previously ...

View on GitHub

Jericho 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
Integration test fixed.

View on GitHub

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

View on GitHub

Jericho created a comment on an issue on Jericho/ZoomNet
Note to those interested in this new parameter: it appears that a custom password you specify when creating a meeting takes precedence. This means that setting the new `generatePassword` to true is...

View on GitHub

Jericho opened an issue on Jericho/ZoomNet
Additional parameter when creating a meeting: `pre_schedule`
It appears that Zoom has added a new parameter some time ago which is not available in the ZoomNet library: - `pre_schedule`: Whether to create a prescheduled meeting via the [GSuite app](https:...
Jericho created a comment on a pull request on Jericho/ZoomNet
I'm having second thoughts about my naming suggestion for the new parameter. I was under the impression that setting it to true would "generate" a password (presumably, a random one). But I have be...

View on GitHub

Jericho pushed 6 commits to feature/groups_resource Jericho/ZoomNet
  • Add two new MeetingListType values Resolves #372 4963090
  • Fix Meetings integration test. 650d260
  • (GH-7) Get all groups 05781fe
  • Fixes due to recent rebase 342f433
  • Fix issues due to recent rebase 2cd9d29
  • Fix issue due to recent rebase fe1e996

View on GitHub

Jericho pushed 5 commits to feature/devices_resource Jericho/ZoomNet
  • Add two new MeetingListType values Resolves #372 4963090
  • Fix Meetings integration test. 650d260
  • (GH-15) Add the Devices resource and method to retrieve all devices c69306d
  • Remove commented out code ddb1ad7
  • Fixes due to recent rebase d7f069f

View on GitHub

Jericho pushed 11 commits to feature/marketplace Jericho/ZoomNet
  • Add two new MeetingListType values Resolves #372 4963090
  • Fix Meetings integration test. 650d260
  • Add the marketplace resource c28ee9e
  • Add methods to get public and account created apps 6b83b16
  • Add method to retrieve user's entitlements 9e8db4d
  • Fix GetUserEntitlementsAsync 473fb6a
  • Add GetAppsPastRequestsAsync and GetAppsActiveRequestsAsync a6497ef
  • Add GetPastUserAppRequestsAsync and GetActiveUserAppRequestsAsync 2fe2614
  • Update serializer context 964151b
  • More methods on the Marketplace resource 60ae995
  • paginatedCreatedApps.Records.Length abc10bb

View on GitHub

Jericho pushed 3 commits to feature/events_resource Jericho/ZoomNet
  • Add two new MeetingListType values Resolves #372 4963090
  • Fix Meetings integration test. 650d260
  • Add Events resource 5ba6694

View on GitHub

Jericho pushed 4 commits to feature/rooms_resource Jericho/ZoomNet
  • Add two new MeetingListType values Resolves #372 4963090
  • Fix Meetings integration test. 650d260
  • (GH-28) Add the Rooms resource and a methods to retrieve all rooms d703862
  • Fixes due to recent rebase dd2c3d9

View on GitHub

Jericho pushed 10 commits to feature/graphql_client Jericho/ZoomNet
  • Add two new MeetingListType values Resolves #372 4963090
  • Fix Meetings integration test. 650d260
  • Improve README.md a48ce74
  • Add a client for GraphQl queries 0683988
  • ZoomGraphQLClient should accept IConnectionInfo rather than individual oauth connection parameters. This will allow ... ce5d2a2
  • Add comment to explain connectionInfo validation 83bb65c
  • First draft of SendQueryAsync d7e37b3
  • Add a simpler query for debugging purposes efc82e3
  • Use the provided cancellation token when running the integration tests 5dee266
  • Upgrade the GraphQL.Client nuget packages 23673d7

View on GitHub

Jericho pushed 2 commits to develop Jericho/ZoomNet
  • Add two new MeetingListType values Resolves #372 4963090
  • Fix Meetings integration test. 650d260

View on GitHub

Jericho closed an issue on Jericho/ZoomNet
New meeting types when invoking Meetings.GetAllAsync
Developers can specify the desired type of meeting when retrieving the list of meetings. Currently, three different types of meetings are defined in the `MeetingListType` enum. Zoom has added two n...
Jericho opened an issue on Jericho/ZoomNet
New meeting types when invoking Meetings.GetAllAsync
Developers can specify the desired type of meeting when retrieving the list of meetings. Currently, three different types of meetings are defined in the `MeetingListType` enum. Zoom has added two n...
LucasMetal created a comment on an issue on Jericho/ZoomNet
No, I don't need it (at least for now). I was checking something else, and just thought the link could be useful. Keep up the good work!! Thanks!

View on GitHub

Jericho pushed 2 commits to feature/workspaces_resource Jericho/ZoomNet
  • Sort the properties on IZoomClient and ZoomClient alphabetically 8a180f1
  • (GH-197) Add the Workspaces resource 0c19814

View on GitHub

Jericho pushed 5 commits to feature/groups_resource Jericho/ZoomNet
  • Sort the properties on IZoomClient and ZoomClient alphabetically 8a180f1
  • (GH-7) Get all groups bb3851a
  • Fixes due to recent rebase 693ce17
  • Fix issues due to recent rebase 47ffb2e
  • Fix issue due to recent rebase 158ab1d

View on GitHub

Jericho pushed 2 commits to feature/trackingfields_resource Jericho/ZoomNet
  • Sort the properties on IZoomClient and ZoomClient alphabetically 8a180f1
  • (GH-16) Add the TrackingFields resource 386f27d

View on GitHub

Jericho pushed 9 commits to feature/graphql_client Jericho/ZoomNet
  • Sort the properties on IZoomClient and ZoomClient alphabetically 8a180f1
  • Improve README.md 0c358ae
  • Add a client for GraphQl queries 09670ad
  • ZoomGraphQLClient should accept IConnectionInfo rather than individual oauth connection parameters. This will allow ... 610a997
  • Add comment to explain connectionInfo validation de458a4
  • First draft of SendQueryAsync 094a092
  • Add a simpler query for debugging purposes 1f3496b
  • Use the provided cancellation token when running the integration tests 05eb08f
  • Upgrade the GraphQL.Client nuget packages 4c066dc

View on GitHub

Load more