C# Demo App - modify to take attendance from a running instance of Zoom

Description
I’m really struggling with the C# demo application. It asks for an “App Token”.
The C# code that consumes this App Token places the typed value into “param.jwt_token”.
I tried the JWT Token, App ID, and App Secret in this input box, but nothing works.

How can I get the C# Demo app set up and running with my account?

My ultimate goal is to extract the participant list from a running Zoom session. Any guidance on how to accomplish that would be most appreciated.

Which version?
.NET Wrapper assembly version 1.0.7472.30017

To Reproduce(If applicable)
Steps to reproduce the behavior:
Open the zoom_sdk_demo solution in Visual Studio.
Run the project.
Get confused when asked for an App Token.

Screenshots
Available upon request, if necessary.

Smartphone (please complete the following information):
Not mobile. Desktop. Win 10 2004.

Additional context
Available upon request.

Hi @DWAK,

Thanks for the post and pardon the late response. The JWT token that the demo app is asking is a JWT token that is generated by the SDK key & secret. You may refer to the instruction here: https://github.com/zoom/zoom-sdk-windows/blob/master/CHANGELOG.md#new-sdk-initialization-method-using-jwt-token

Hope this helps. Thanks!