summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_RtcSignalingState.rs
blob: 9fa4c48e6e14d33ce4e0c7a28ee5313a278cb88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `RtcSignalingState` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `RtcSignalingState`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum RtcSignalingState {
    Stable = "stable",
    HaveLocalOffer = "have-local-offer",
    HaveRemoteOffer = "have-remote-offer",
    HaveLocalPranswer = "have-local-pranswer",
    HaveRemotePranswer = "have-remote-pranswer",
    Closed = "closed",
}