Searched defs:current_remote_description (Results 1 – 2 of 2) sorted by relevance
167 current_remote_description: Arc<Mutex<Option<RTCSessionDescription>>>, field434 let current_remote_description = { in check_negotiation_needed() localVariable435 let current_remote_description = params.current_remote_description.lock().await; in check_negotiation_needed() localVariable757 let current_remote_description = in create_offer() localVariable806 let current_remote_description = in create_offer() localVariable1038 let mut current_remote_description = in set_description() localVariable1126 let mut current_remote_description = in set_description() localVariable1306 let current_remote_description = self.internal.current_remote_description.lock().await; in set_remote_description() localVariable1995 pub async fn current_remote_description(&self) -> Option<RTCSessionDescription> { in current_remote_description() method1996 let current_remote_description = self.internal.current_remote_description.lock().await; in current_remote_description() localVariable
59 pub(super) current_remote_description: Arc<Mutex<Option<RTCSessionDescription>>>, field585 let current_remote_description = self.current_remote_description.lock().await; in remote_description() localVariable