Home
last modified time | relevance | path

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

/webrtc/webrtc/src/peer_connection/
H A Doffer_answer_options.rs4 pub struct RTCAnswerOptions { struct
H A Dmod.rs44 use crate::peer_connection::offer_answer_options::{RTCAnswerOptions, RTCOfferOptions};
907 _options: Option<RTCAnswerOptions>, in create_answer() argument