Searched refs:start_rtp (Results 1 – 2 of 2) sorted by relevance
1271 let _ = pc.start_rtp(have_local_description, rd).await; in set_local_description()1507 let _ = pc.start_rtp(true, rd).await; in set_remote_description()1571 let _ = pc.start_rtp(false, rd).await; in set_remote_description()
149 pub(super) async fn start_rtp( in start_rtp() method