Home
last modified time | relevance | path

Searched refs:current (Results 1 – 3 of 3) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs77 let current = *tx.borrow(); in transition() localVariable
78 if current == to { in transition()
83 match current { in transition()
107 Err(Error::ErrRTPReceiverStateChangeInvalid { from: current, to }) in transition()
363 let current = self.current_state(); in pause() localVariable
365 match current { in pause()
373 let current = self.current_state(); in resume() localVariable
375 match current { in resume()
/webrtc/examples/examples/ice-restart/
H A DREADME.md23 * `Inbound DataChannel Messages` containing the current time sent by the Pion process every 3 secon…
/webrtc/webrtc/
H A DCHANGELOG.md141 …* [#268 Fix current direction update when applying answer](https://github.com/webrtc-rs/webrtc/pul…