Integrating zoom in windows form application c#

 I am working on a project in which I have to show a textbox and a button. The user will paste the video conference link in the textbox and click on the button. The application will forward the user to zoom video conference call.
Now the question is,
How do I integrate the zoom SDK in my c# .net window form application?
I am using zoom sdk to launch this meeting

Hi Shahroze,

please refer to https://github.com/zoom/Zoom-Windows-Csharp-wrapper

Best

Wei