pub async fn init_peer_connection(
pc: Rc<RefCell<RtcPeerConnection>>,
connect_url: Option<String>,
oniceconnectionstatechange: Closure<dyn Fn(JsValue)>,
)Expand description
Initialize RtcPeerConnection using selected signalling server endpoint, defaulting to “http://localhost:3000/connect”