Package co.daily

Types

Link copied to clipboard
class CallClient(appContext: Context, lifecycle: Lifecycle?, handler: Handler?)

The main entry point for using daily-android, CallClient is used to join a Daily room with configurable media inputs, as well as quality and bandwidth settings when publishing tracks.

Link copied to clipboard
class CallClientCoroutineWrapper(client: CallClient)

A wrapper around CallClient which uses Kotlin coroutines.

Link copied to clipboard
interface CallClientListener

Listener interface with all the possible events that will be triggered by the CallClient.