Kotlin
Creating a new project
- Open
Android Studioand select New Project from the File menu. - Set the
Minimum SDKfor the app to be API 24 (Android 7.0, Nougat). - Proceed through the project setup wizard:
- Choose Empty Activity as the template.
- Make sure the Language is set to Kotlin.
- Leave the Activity Name as
MainActivity.
Basic video capture
Learn how set up a basic video capturer using the Vonage Video SDK.
手順
1
Introduction2
Getting Started3
Creating a new project4
Adding the Android SDK5
Setting up authentication6
Requesting permissions7
Creating the Mirror Video Capturer8
Starting capture wiring into the Publisher lifecycle9
How mirroring actually works10
Running the app11
Conclusion