Home
last modified time | relevance | path

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

/webrtc/webrtc/src/peer_connection/
H A Doffer_answer_options.rs13 pub struct RTCOfferOptions { struct
H A Dmod.rs44 use crate::peer_connection::offer_answer_options::{RTCAnswerOptions, RTCOfferOptions};
723 options: Option<RTCOfferOptions>, in create_offer() argument