pub async fn create_connection_pair(
) -> (Box<dyn Connected>, Box<dyn Connected>)
Expand description

Creates an RTC Connection pair.