Java
Creating a new project
- Open Android Studio and select New Project from the File menu.
- Set the minimum SDK for the app to be API 24 (Android 7.0, Nougat).
- Click through the wizard, ensuring that Empty Activity is selected. Leave the Activity Name set to
MainActivity, and leave the Layout Name set toactivity_main.
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.
Steps
1
Introduction2
Getting Started3
Creating a new project4
Adding the Android SDK5
Setting up authentication6
Requesting permissions7
Connecting to the session8
Adjusting the sample app UI9
Publishing a stream to the session10
Subscribing to other client streams11
Running the app12
Conclusion