Jericho
Jericho
> How would you like to see UpdateSettingsAsync implemented? Having 50 optional parameters is probably not smart. Completely agree that 50 optional parameters would be overwhelming and confusing. If I...
My account does not have access to this functionality. I get `Access restricted, you do not have the privilege to perform this action` when I attempt to retrieve the list...
Documentation is inconsistent with other "meeting" webhook events. [I asked for clarification](https://devforum.zoom.us/t/the-data-type-of-meetingid-is-inconsistent-in-webhook-documentation/70090) on Zoom's developers portal.
@Sanx78 Thank you for doing that, much appreciated.
Retrieving all rooms returns an HTTP200 response with an empty payload (I'm guessing because I don't have any rooms configured) and I am not allowed to create new rooms because...
Documentation is inconsistent with other "meeting" webhook events. [I asked for clarification](https://devforum.zoom.us/t/the-data-type-of-meetingid-is-inconsistent-in-webhook-documentation/70090) on Zoom's developers portal.
I'm happy to report that the issue that caused AddinDiscoverer to (incorrectly) determine that Cake.ApVeyor was not compatible with Cake 2.0.0 has been resolved and the chekbox next to "Cake,AppVeyor"...
All referenced addins are now compatible with Cake 2.0 and therefore the AddinDiscoverer has submitted a PR to upgrade all references and, very importantly, also upgrade the `.yml` file where...
I have a similar scenario: the 3rd-party system I connect to requires me to send a specific message every 30 seconds to keep the connection alive and it does not...
To my knowledge Microsoft's `ClientWebSocket` does not allow you to send "ping" frames, only "text" and "binary". Therefore, I don't think you'll be able to achieve what you are trying...