pub fn prebuilt_dir() -> PathBuf
Expand description

Location of the downloaded webrtc binaries The reason why we don’t use OUT_DIR is because we sometimes need to share the same binaries across multiple crates without dependencies constraints This also has the benefit of not re-downloading the binaries for each crate