Kotlin
Overview
Create a minimal Kotlin Android project that will host the video UI and observability overlay. No Vonage-specific code yet - just the shell the rest of the tutorial builds on.
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.
Client Observability
Learn how to use client observability to monitor real-time quality metrics for a video call with Vonage Video SDK.
Steps
1
Introduction2
Getting Started3
Creating a New Project4
Adding the Android SDK5
Setting Up Authentication6
Requesting Permissions7
Enable Sender Stats on the Publisher8
Subscribe and Register Observability Listeners9
Handle Video Stats10
Display Stats in the UI11
Running the App12
Conclusion