Kotlin

Creating a New Project

  1. Open Android Studio and select New Project from the File menu.
  2. Set the Minimum SDK for the app to be API 24 (Android 7.0, Nougat).
  3. 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.

Simple Multiparty

Learn how to use the Vonage Android SDK for a multi-party call. The application publishes audio/video from a device and can connect to multiple subscribers.

Available on:
Kotlin
Steps
1
Introduction
2
Getting Started
3
Creating a new project
4
Adding the Android SDK
5
Setting up authentication
6
Requesting permissions
7
Connect publish and show yourself
8
Multiparty subscribe to every remote stream
9
Host SDK views in AndroidView
10
Running the app
11
Conclusion