Package-level declarations
Types
The chat UI
ChatViewModel representation of the chat view model
CollaborationViewModel representing the conference and conversation wrapper
Conference UI
ConnectionServiceOptions represents the options available to configure the Android connection service capability on the Kaleyra Video SDK.
The conversation UI
The device status observer
Event representing the display mode set
Font M3 family representation
Provider for the display operation of conversation and conference flows
Kaleyra Video Android SDK facade
Collaboration broadcast receiver
KaleyraVideoInitializer
The messages UI
Enum class representing which sdk UI component has requested the launching of the launcher activity
Event representing the presentation mode set
PushNotificationHandlingStrategy represents the option to automatically or manually manage the KaleyraVideo SDK push notification processing. When using PushNotificationHandlingStrategy.Automatic option the KaleyraVideoSDK push payloads will be automatically intercepted by the KaleyraVideoSDK. Whenever a KaleyraVideoSDK push payload is received, by implementing KaleyraVideoService the SDK will invoke onRequestKaleyraVideoConfigure and onRequestKaleyraVideoConnect functions in order to let integrating app configure and connect the SDK at the right time. When using PushNotificationHandlingStrategy.Manual option the KaleyraVideoSDK push payloads will NOT be automatically intercepted by the KaleyraVideoSDK, so it will be necessary in the integrating app to implement FCM/HMS(Huawei) push notification receivers in order to intercept the KaleyraVideoSDK push payloads and manually configure and connect the SDK to process the notifications.
VoicePrompts represents the option to enable or disable the reproduction of a vocal message indicating some salient events occurring in the sdk usage. Voice prompt messages includes the message alert when a call recording starts or ends and the alert message indicating that the call recording will start as soon as the call will be connected as well as the message indicating that you are the solely user in the call awaiting for other participants. Voice prompts are played only when the call is an audio call or the screen is off, so the user cannot see the message on the UI. This option is useful fot those use cases in which an operator will declare the starting and stopping of the call recording anyway.