Static
audioAvailable audio call types
Static
callAvailable display modes
Static
callAvailable call types
Static
environmentsAvailable environments
Static
eventsAvailable events
Static
instanceTo create an instance of the Kaleyra Video invoke the [[configure]] method
Static
recordingAvailable recording types
Static
regionsAvailable regions
Static
voipAvailable voip Handling Strategies
Call this method to provide the details for each user. Kaleyra Video will use this information to set up the UI
array of user details
IllegalArgumentError
This method allows you to clear all user cached data, such as chat messages and generic Kaleyra Video information.
Optional
success: (() => void)callback
Optional
error: ((reason) => void)callback
Connect the plugin
session to connect with
Optional
error: (() => void)callback
IllegalArgumentError
Call this method to allow Kaleyra Video to handle a notification!
IMPORTANT
For Android no js method will ever be called when the app is closed or in background!
To handle notifications while in background and/or with app closed you may:
KaleyraVideo.handlePushNotificationPayload
included)notification data payload as String
Optional
success: (() => void)callback
Optional
error: (() => void)callback
IllegalArgumentError
Set the UI display mode for the current call
FOREGROUND, FOREGROUND_PICTURE_IN_PICTURE, BACKGROUND
IllegalArgumentError
Start Call with the callee defined
IllegalArgumentError
Static
configureCall this method when device is ready to configure the plugin
IllegalArgumentError
Generated using TypeDoc
KaleyraVideo