Kotlin
Introduction
In this tutorial you will learn how to code your first custom audio driver.
For conceptual information on the video API, see the General overview page.
Custom audio driver
Learn how to use a custom audio driver to customize publisher and subscriber stream audio. You will use the custom audio driver when you want to start and stop the audio play your own audio file, and do anything outside the default behavior of live video chat provided by the SDK.
Steps
1
Introduction2
Getting Started3
Creating a new project4
Adding the Android SDK5
Setting up authentication6
Requesting permissions7
Adding a custom audio driver8
Capturing audio to be used by a publisher9
Adding a custom audio renderer10
Running the app11
Conclusion