The XCALLY Motion server uses the following TCP ports:
The tested as compatible browsers are:
The XCALLY Motion VIDAOO Video Web application architecture is designed to provide:
There are two scenarios in which the solution VIDAOO can be used:
The Customers can engage a Video Communication Session with the Agent using a simple Web browser button (on PC, Mobile, Kiosk, etc.), like in the following examples:
In order to activate the Web browser button, follow these steps:
Create the Web Browser Button
Activate the web project
Check and edit parameters
Authenticate on VIDAOO
Connect XCALLY to VIDAOO
Create an Openchannel Account
Associate the Agents to the Openchannel Account
Track the video call route
Create a Webhook automation
Notify Agents of incoming Videocall
Create the Web Browser Button
Activate the web project
The web button is able to connect the website and VIDAOO using a web project, through the API. In order to create the web button or a more complete contact form with the web button on the specific website, you need to edit your website code.
The project is based on:
HTML (HyperText Markup Language)- standard markup language for documents designed to be displayed in a web browser.
Java- high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.
CSS (Cascading Style Sheets)- style sheet language used for describing the presentation of a document written in a markup language such as HTML.
PHP- server side scripting language embedded in HTML, used for programming dynamic web pages.
Check and edit parameters
The PHP file is responsible for making the API request. For the purpose of successfully activating and editing the request, check the parameters in the PHP directory.
For example:
- 'topic' is the topic of the meeting (i.e. MY_WEBSITE), which appears also in the video call session and in VIDAOO reports.
- 'metadata' are video call data in JSON format useful for VIDAOO automations.
Authenticate on VIDAOO
The API links the website to the VIDAOO solution, to which we must have access. So, you need to authenticate your account VIDAOO on the web project, inserting your API KEY.
Connect XCALLY to VIDAOO
The Customer can now click a button and generate a video call (VIDAOO Quick Meeting).
In order to let Agents receive notifications and answer the video call, you have to connect XCALLY to the VIDAOO project:
Track the video call route
Create a Webhook automation
Notify Agents of incoming Videocall
The VIDAOO Session can be activated by the Agent with a Customer during a Chat interaction.
Clicking on Start Video Call a web link to join a video call is generated.
Please note:
When entering the VIDAOO meeting following Scenario 1 or Scenario 2, the video call can be managed in a very simple and intuitive way.
Below, a brief overview of the video call is presented. Click here for further reading.
CUSTOMER
The Customer can use the buttons on the screen in order to:
![]() | disable/enable Video |
disable/enable Audio | |
switch to full-screen | |
many more custom buttons can be displayed! |
At the end of the conversation, the customer can press eave or end the video meeting.
to lAGENT
The Agent can use the buttons on the screen in order to:
disable/enable Video | |
disable/enable Audio | |
switch to full-screen | |
enable/disable screen sharing | |
Start/Stop recording the video | |
Snap a picture from the video | |
many more custom buttons can be displayed! |
At the end of the conversation, the Agent can press eave or end the video meeting.
to l