Video chat in browser
Web Call Server allows you to embed in your web project a video chat feature that will work without installing additional software in most modern web browsers, as well as on mobile devices
A video chat involves two users: a caller and a callee. The first one initiates the connection while the other one answers the incoming call.
Specifications
Platforms | Technologies | Codecs | Features |
|
|
|
|
Platforms
- Chrome
- Firefox
- Opera
- IE
- Edge
- Android SDK
- iOS SDK
Technologies
- WebRTC
- Flash
Codecs
- VP8
- H.264
- Opus
- G.711
Features
- Video conferencing
- Text messaging
Scheme of video chat
Each of video chat participants establishes connection with the server from the browser. After the connection is established, users can get in touch using video from their web cameras and microphones.
Step-by-step diagram of browser video chat
- The first user (User 1) connects to the WCS server and creates a chat room. WCS server generates an invite link for inviting a second user
- The first user sends an invite link to the second user (User 2) in any convenient way: by e-mail, using the messenger or social network
- The second user follows the invite link and joins the chat room
- WebRTC is exchanging audio-video streams between users
For more information on video chat operation in a browser, see the Testing page.
Download Web Call Server 5
System requirements: Linux x86_64, 1 core CPU, 2 Gb RAM, Java
Installation:
- wget https://flashphoner.com/download-wcs5.2-server.tar.gz
- Unpack and install using 'install.sh'
- Launch server using command 'service webcallserver start'
- Open the web interface https://host:8444 and activate your license
If you are using Amazon EC2, you don't need to download anything.