Kotlin
Introduction
The Basic Video Capturer is a sample application showing how to make modifications to the video capturer in your Vonage application. The app uses a custom video capturer to mirror the local video image before it is sent to the Vonage publisher.
For conceptual information on the video API, see the General overview page.
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