boostconnect is your destination for exclusive Boostlingo developer tools and information including the Boostlingo API library. The Boostlingo development team has opened up a world of possibilities for integration with all of our interpretation technologies and solutions.
What is boostconnect?
boostconnect is the Boostlingo gateway for developers to access our API and JavaScript Libraries. The possibilities are endless for developers looking for ways to integrate with our robust and flexible platform. boostconnect provides new innovative ways for our partners, clients, and the broader industry to be connected with the Boostlingo universe.
What are the features of boostconnect?
With boostconnect you will be able to let your clients connect to a qualified professional interpreter within few seconds directly from your own site or from any other API driven web system and platform. You will be able to offer interpretation delivery solutions remotely over the phone or by video with the possibility of access to the Boostlingo freelance marketplace of over 6000 professional interpreters across a growing list of over 300 languages
What are the benefits of boostconnect?
boostconnect plugs you directly into the world’s most dynamic ecosystem for professional interpreting solutions. Integration with Boostlingo via boostconnect provides immediate access for you and for your end-user clients to the world of qualified certified professional interpreters across all business sectors within few seconds.
boostconnect is Easy Fast Efficient
USE CASES
Language Service Company
As a language service company you may already have a website portal where you provide some basic interpretation services. Your customers already log in to this website and you don’t want that to change, but…
* Your existing technology does not support video and/or is a bit outdated
* You want to fully monitor, report on, set rates, invoice, and run your interpretation business through a robust platform
* You do not have the interpreters staffed to handle every language requested at all hours of the day/night
You can deploy BOOSTCONNECT!
Your customers will still log into your portal in the manner they are accustomed to. You can then integrate a boostlingo white-labelled caller application completely native to your own existing application seamless with what your current customers are presently using.
You can then choose to:
* Attempt a call to connect to your own pool of interpreters (through your existing system) first but if there is no interpreter immediately available, the call can fall-over into the Boostlingo cloud service (The Boostlingo Professional Interpreter Network) where a professional interpreter will be there to handle your client’s interpretation needs.
* Have your interpreters work directly through the Boostlingo platform, use them if available, or optionally route to the cloud network when they are not available. By going this route you really don’t need to build/maintain your own voice/video technology…plus you can take advantage of the Boostlingo policies, reporting, operations dashboards, etc.
* Use the Boostlingo crowd 100% of the time and not even need to staff your own interpreters…just embed the caller into your portal or site and let our professional interpreters do their thing.
Other Business/Organizations
With minimal javascript/html code you can place voice and/or video calls directly through your website that will be answered and handled by the Boostlingo professional Interpreter network.
You can have your support team sign into Boostlingo (as interpreters would) and field voice and/or video support calls on-demand, directly through your existing website.
boostconnect Javascript SDK
var blJS = new BoostLingo(data.authToken);
blJS.makeVoiceCall(callReq))
.then(call => {
// event that let’s you know when remote participant has joined call
call.on(“callConnected”, () => {
console.log(“Interpreter joined call”);
// UI should show call as active
});
// event fires when call is completed or cancelled
call.on(“callCompleted”, cancelled => {
console.log(“Call completed ” + (cancelled ? “before”: “after”) + ” connect”);
// reset UI back to inactive state
});
...