
implementation("io.ktor:ktor-client-webrtc:3.3.0")Enables real-time peer-to-peer communication for applications like video calls, multiplayer games, and collaborative tools. Supports data channels and media tracks for audio and video. Requires custom signaling implementation.