Home
last modified time | relevance | path

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

/webrtc/srtp/src/session/
H A Dmod.rs31 pub struct Session { struct
41 impl Session { argument
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs274 pub(crate) async fn get_srtp_session(&self) -> Option<Arc<Session>> { in get_srtp_session()
279 pub(crate) async fn get_srtcp_session(&self) -> Option<Arc<Session>> { in get_srtcp_session()