{ "name": "webrtc", "version-date": "2026-03-17", "port-version": 1, "description": "WebRTC real-time communication library", "homepage": "https://webrtc.googlesource.com/src", "license": "BSD-3-Clause", "supports": "(linux & (arm64 | x64)) | (osx & (arm64 | x64)) | (windows & (arm64 | x86 | x64))", "dependencies": [ "abseil", "aom", "jsoncpp", { "name": "libsrtp", "features": [ "openssl" ] }, "libvpx", "libyuv", "openssl", "opus", "pffft", { "name": "vcpkg-cmake-get-vars", "host": true }, { "name": "vcpkg-tool-gn", "host": true }, { "name": "vcpkg-tool-ninja", "host": true } ], "features": { "alsa": { "description": "Enable ALSA Linux audio backend", "dependencies": [ { "name": "alsa", "platform": "linux" } ] }, "pulseaudio": { "description": "Enable PulseAudio Linux audio backend", "dependencies": [ { "name": "pulseaudio", "platform": "linux" } ] } } }