Home
last modified time | relevance | path

Searched defs:PeerConnectionInternal (Results 1 – 1 of 1) sorted by relevance

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs18 pub(crate) struct PeerConnectionInternal { struct
23 pub(super) greater_mid: AtomicIsize,
25 pub(super) last_offer: Mutex<String>,
26 pub(super) last_answer: Mutex<String>,
29 pub(super) is_closed: Arc<AtomicBool>,
34 pub(crate) ops: Arc<Operations>,
37 pub(super) signaling_state: Arc<AtomicU8>,
39 pub(super) ice_transport: Arc<RTCIceTransport>,
44 pub(super) ice_connection_state: Arc<AtomicU8>,
70 impl PeerConnectionInternal { argument
[all …]