Constants§
Functions§
- android_
ndk_ toolchain - configure_
jni_ symbols - custom_
dir - The location of the custom build is defined by the user
- download_
url - download_
webrtc - prebuilt_
dir - 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
- target_
arch - target_
os - use_
debug - Using debug builds of webrtc is still experimental for now On Windows, Rust doesn’t link against libcmtd on debug, which is an issue Default to false (even on cargo debug)
- webrtc_
defines - webrtc_
dir - Used location of libwebrtc depending on whether it’s a custom build or not
- webrtc_
triple - The full name of the webrtc library e.g. mac-x64-release (Same name on GH releases)