Skip to main content

HD Video Calls

The WebSocket version enables HD 1-to-1 video calls between users using WebRTC technology.

How it works

Users can initiate video calls directly from any conversation. Calls use WebRTC technology for peer-to-peer communication when possible, ensuring low latency and high-quality video and audio. The call connection is established through the WebSocket infrastructure for signaling, while the actual media stream travels directly between participants. Screen sharing is also available during video calls.

Key capabilities

  • 1-to-1 HD video calls between any two users
  • WebRTC-based peer-to-peer streaming
  • Low latency, high-quality video and audio
  • Initiate calls directly from any conversation
  • Screen sharing during calls
  • Works in all modern browsers supporting WebRTC

Requirements

  • Website must use HTTPS (browsers require a secure context for camera and microphone access)
  • Users need a working webcam and microphone
  • Modern browser with WebRTC support
tip

Website must work under HTTPS to make video and audio calls work. The feature does not work on websites without SSL.

This feature is automatically available with the WebSocket version.