Windows
Getting Started
In this tutorial, you will be utilizing the Vonage Video Windows SDK, Vonage Video's client-side library for Windows, to quickly build a real-time interactive video application.
Estimated completion time: 25 mins
Want to skip this tutorial? You can jump to the completed Windows client code in the Basic-Video-Chat folder of our Windows sample app repo on GitHub. The repo includes a README with documentation for running and exploring the code.
Important: Please note that your App ID is your API key.
Requirements
To complete this tutorial, you’ll need:
- A valid Vonage Video API account — if you don't have one, you can sign up for a free trial
- Microsoft Visual Studio
Basic video chat
Learn the basic concepts of the Vonage Video API platform, including how users can communicate through video, voice, and messaging. Explore a basic Vonage Video API flow.
手順
1
Introduction2
Getting Started3
Creating a New Project4
Adding the Vonage Video Windows SDK5
Setting Up Authentication6
Connecting to the Session7
Adjusting the Sample App UI8
Publishing a Stream to the Session9
Subscribing to Other Client Streams10
Running the App and Creating an Installer11
Conclusion