Windows
Adjusting the Sample App UI
By default, the Vonage Video Windows SDK renders videos you publish and subscribe to using the VideoRenderer class (defined in the Vonage Video Windows SDK). This class renders videos to an Windows Presentation Framework control.
For this sample app, define the target controls in the application's MainWindow.xaml file. In Visual Studio, open that file and edit its XML to add a reference to the OpenTok namespace and to add two VideoRenderer objects to the main Grid control of the application:
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