Home
last modified time | relevance | path

Searched refs:has_local_description_changed (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1163 pub(super) async fn has_local_description_changed(&self, desc: &RTCSessionDescription) -> bool { in has_local_description_changed() method
H A Dmod.rs840 if !self.internal.has_local_description_changed(&offer).await { in create_offer()