Searched defs:API (Results 1 – 4 of 4) sorted by relevance
37 pub struct API { struct43 impl API { impl195 pub fn build(mut self) -> API { in build()
36 api: &API, in set_up_data_channel_parameters_test()
72 api: &API, in new()
221 pub(crate) async fn new(api: &API, mut configuration: RTCConfiguration) -> Result<Self> { in new()