Home
last modified time | relevance | path

Searched defs:API (Results 1 – 4 of 4) sorted by relevance

/webrtc/webrtc/src/api/
H A Dmod.rs37 pub struct API { struct
43 impl API { argument
195 pub fn build(mut self) -> API { in build()
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs36 api: &API, in set_up_data_channel_parameters_test()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs72 api: &API, in new()
H A Dmod.rs221 pub(crate) async fn new(api: &API, mut configuration: RTCConfiguration) -> Result<Self> { in new()