WebRTC API
↔ Web API to enable Web Apps to directly capture/stream media to host for live video/voice-chat & P2P file sharing
aka WebRTC, Web-Real-Time-Communication
WebRTC requires IP exposure in order to work & will bypass encrypted tunnels!
WebRTC Leak
(vulnerability) Browser WebRTC leaks local public IP, mic/camera settings, media permissions
Source: browserleaks.com/webrtc
References
RTCDataChannel
↔ WebRTC Interface to set up P2P data channel to file-share