blob: e9c709edb0107981d52605011dfc6cd29584e7b9 [file] [log] [blame]
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `RtcRtpSourceEntryType` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `RtcRtpSourceEntryType`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum RtcRtpSourceEntryType {
Contributing = "contributing",
Synchronization = "synchronization",
}