KaleyraVideo

Kaleyra Video Android SDK facade

Types

Link copied to clipboard
interface Theme

Properties

Link copied to clipboard
val companyName: SharedFlow<String>

Company name flow that will emit company's name whenever available

Link copied to clipboard
val companyTheme: SharedFlow<Company.Theme>

Company theme flow that will emit company's theme configuration whenever available

Link copied to clipboard

Conference module

Link copied to clipboard
val connectedUser: StateFlow<User?>

Connected user flow that will emit currently logged user

Link copied to clipboard

Conversation module

Link copied to clipboard

Is configured flag, true if KaleyraVideo is configured, false otherwise

Link copied to clipboard

Push Notification Handling Strategy to let KaleyraVideoSDK automatically process push notification payloads or manually process push notification payloads from integrating app

Link copied to clipboard
val state: StateFlow<State>

State flow representing Kaleyra Video SDK current state

Link copied to clipboard
val synchronization: StateFlow<Synchronization>

Synchronization flow representing Kaleyra Video SDK current synchronization state

Link copied to clipboard

Optional theme setup that will be used on the UI layer

Link copied to clipboard

Users description to be used for the UI users presentation

Link copied to clipboard

The call recording utterance option enabled by default

Functions

Link copied to clipboard
fun configure(configuration: Configuration): Boolean

Configure

Link copied to clipboard
fun connect(accessLink: String): Deferred<User>

Connect Kaleyra Video SDK via access-link The access-link represents a call that the SDK connection will be scoped to. After the connection and the call establishment, when the call will end, the SDK will be automatically disconnected.

fun connect(userId: String, accessTokenProvider: AccessTokenProvider): Deferred<User>

Connect Kaleyra Video SDK

Link copied to clipboard
fun disconnect(clearSavedData: Boolean = false)

Disconnects the Kaleyra Video SDK

Link copied to clipboard
fun reset()

Resets Kaleyra Video SDK by disconnecting it, clearing configuration and all saved data