Custom application - Start/End a call
Hello,
I'm new to the Innovaphone SDK and could use some guidance to get started. Can someone help me understand or point me in the right direction?
We have our own web application, intended for internal use only, with the front-end written in React and the back-end utilizing a NodeJs/Express server. I'm interested in learning how to initiate and end calls directly from our web application.
After some research in the wiki, here's what I've gathered:
1- I need to create a WebSocket app on the PBX
What URL should I configure?
Which APIs do I need access to? (PbxAPI / RCC)
What apps should I select on the last tab page?
2- Establish a WebSocket connection to the configured URL.
3- Log in to the app.
4- Utilize the available commands to initiate or terminate a call.
I'd appreciate any assistance or insights to ensure I set up the WebSocket app correctly and implement call functionalities in our web application. Thank you!