diff options
Diffstat (limited to 'vendor/web-sys/src/features/gen_RtcBundlePolicy.rs')
-rw-r--r-- | vendor/web-sys/src/features/gen_RtcBundlePolicy.rs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_RtcBundlePolicy.rs b/vendor/web-sys/src/features/gen_RtcBundlePolicy.rs new file mode 100644 index 000000000..261c153e1 --- /dev/null +++ b/vendor/web-sys/src/features/gen_RtcBundlePolicy.rs @@ -0,0 +1,12 @@ +#![allow(unused_imports)] +use wasm_bindgen::prelude::*; +#[wasm_bindgen] +#[doc = "The `RtcBundlePolicy` enum."] +#[doc = ""] +#[doc = "*This API requires the following crate features to be activated: `RtcBundlePolicy`*"] +#[derive(Debug, Clone, Copy, PartialEq, Eq)] +pub enum RtcBundlePolicy { + Balanced = "balanced", + MaxCompat = "max-compat", + MaxBundle = "max-bundle", +} |