Boostlingo SDK
BoostlingoSDK is the entry point to the Boostlingo SDK. Used for accessing the Boostlingo API as well as initiating Calls.
Parameters
Boostlingo auth token retrieved from the server.
Android application context.
Logging level.
Boostlingo region from getRegions() list.
Constructors
Properties
Functions
Retrieves the list of languages supported by the AI Interpreter call type. Filters the cached call dictionary by Language.aiSpeechEnabled. Languages are returned in their original dictionary order (no sort), because the AI Interpreter does not define a per-language ordering field.
Retrieves the list of service types supported by the AI Interpreter call type for the current user's company account. Filters the cached service types by the loaded AI policy's eligible service-type ids. Returns an empty list when AI Interpreter is not enabled for the account. Requires initialize to have completed so the AI policy is loaded.
Retrieves the call details from the Boostlingo API.
Retrieves the call dictionaries from the Boostlingo API. Should be used for setting up language and service type lists, caches the results so API is not hit every time.
Observable that provides BLCall events.
Gets current Boostlingo call.
Method for receiving pre-call form.
Retrieves the profile data from the Boostlingo API, caches the results so API is not hit every time.
Retrieves an ordered list of languages enabled in the video (VRI) policy. Helper for filtering and sorting the full list of languages. Uses the cached call dictionary.
Retrieves an ordered list of languages enabled in the voice (OPI) policy. Helper for filtering and sorting the full list of languages. Uses the cached call dictionary.
Loads and caches all the data needed for the SDK work from the Boostlingo API. Will be called inside makeVideoCall or makeVoiceCall, if it is not called separately before.
Indicates whether AI Interpreter is available for the current user's company account. Returns true only when the loaded AI policy enables AI speech and exposes at least one eligible service type. Requires initialize to have completed.
Used to make/place an AI Interpreter call in Boostlingo. The call uses the Twilio Voice audio path; the remote interlocutor is the Boostlingo AI Interpreter. The returned BLAICall exposes the AI-specific controls on top of the standard BLVoiceCall surface. The AI flag is set internally; callers do not need to mutate the request themselves.
Used to make/place a Video Call in Boostlingo.
Used to make/place a Voice Call in Boostlingo.
Sends the text specified as a chat message to interpreter.
Validates the call request is appropriate to start a call. Can be called directly, but it is always called when making video/voice calls.