<< Click to display table of contents >> How it works: video chat without a server |
TRVCamSender and TRVCamReceiver allow sending and receiving video and audio streams, creating a video conference or a video chat.
A sender side: TRVCamSender receives a video from TRVCamera component, a sound from TRVMicrophone or TRVCamSound component and sends them to the Internet.
A receiver side: TRVCamReceiver receives video and audio from the Internet, from a single or multiple senders. These videos are displayed in TRVCamView or TRVCamMultiview components.
In addition to video and audio data, the components can send files, commands and arbitrary data.
To create a video chat, you need a sender and a receiver at the both sides.
The components are linked using VideoSource and AudioSource properties