Unified Communication Framework
This framework is mainly provided by the xuc server. It provides
Javascript API
Rest Web services
Sample application
Real Time Statistics
- Web Socket API
- Developers Guide
- Generic API
- User API
- Phone API
- Agent API
- Queue API
- History API
- Conferences API
- CHAT API
- WebRTC API
- WebRTC features
- WebRTC on sample page
- xc_webrtc.init(name, ssl, websocketPort, token, remoteAudio, ip)
- xc_webrtc.initByLineConfig(lineCfg, name, ssl, websocketPort, token, remoteAudio, ip)
- xc_webrtc.dial(destination)
- xc_webrtc.answer(sipCallId)
- xc_webrtc.conference()
- xc_webrtc.hold(sipCallId)
- xc_webrtc.dtmf(key)
- xc_webrt.attendedTransfer(destination)
- xc_webrtc.compeleteTransfer()
- xc_webrtc.setHandler(eventName, handler)
- xc_webrtc.toggleMicrophone(sipCallId)
- xc_webrtc.disableICE()
- xc_webrtc.getIceUrls()
- Get sip configuration
- xc_webrtc.setIceUrls(urls)
- Rest API
- Real Time Statistics
- Technical structure of XiVO-CC