Last updated: April 7, 2026

RTC stands for Real-Time Communications.

RTC is a broad term referring to any system that enables the exchange of information (voice, video, data) between participants with minimal delay. The defining characteristic of RTC is low latency – typically under 500ms and ideally under 200ms for conversational use cases.

RTC vs other communication paradigms

  • Real-time (RTC): Sub-second latency. Used for video calls, voice calls, gaming. WebRTC operates here
  • Near-real-time: 1-5 seconds latency. Used for live streaming, chat
  • Non-real-time: Minutes to hours. Used for email, file sharing

WebRTC’s name itself contains “RTC” – Web Real-Time Communication. It is the primary technology for implementing RTC in web browsers and mobile applications today.

RTC challenges

Achieving real-time communication requires solving several technical challenges:

Tags: network

Looking to learn more about WebRTC? 

Check my WebRTC training courses

About WebRTC Glossary

The WebRTC Glossary is an ongoing project where users can learn more about WebRTC related terms. It is maintained by Tsahi Levent-Levi of BlogGeek.me.