Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.12 KB

Daily Client SDK

Getting started

If you are developing a video application and targeting Android apps, we think Daily's Android client SDK is a great choice! Below you'll find all you need to know to get started.

Adding the dependency

To depend on the Daily Client package, you can add this package via Maven, for example in a build.gradle file, like the example below:

dependencies {
    implementation 'co.daily:client:0.28.0'
    // ... other dependencies
}

Optionally, to use the camera video processor (for background blur and replacement), also add the following dependency:

dependencies {
    // ...
    implementation 'co.daily:client-videoprocessor-plugin:0.1.0'
}

About this repository

This repository has no actual code in it... what's up with that?

We felt a github repository would be the natural place for people to look for information about the library. The library's code isn't stored here; this repository only holds installation notes and the changelog.

Learn more

Find the full official documentation here.