Invalid Signature C#

Hi Tommy,

Thanks for the reply, I’ve put my code into a github project. It is a .net core 3.0 server so you must have that installed first. (https://dotnet.microsoft.com/download/dotnet-core/3.0)

First clone the app:

git clone https://github.com/DanielPepka/NetCoreZoomUs

Then modify the zoom controller file to have an api key / secret as well as an email address that is associated with that account. (“TODO - SET THIS”)

From there you can either launch the app with visual studio or through the command line (dot net build / dotnet run)