Searched refs:answer (Results 1 – 3 of 3) sorted by relevance
220 const answer = await fetched.text();243 await pc.setRemoteDescription({ type: "answer", sdp: answer });358 const answer = await fetched.text();360 const iceUsername = answer.match(/a=ice-ufrag:(.*)\r\n/)[1];361 const icePassword = answer.match(/a=ice-pwd:(.*)\r\n/)[1];
186 let answer = peer_connection.create_answer(None).await?; in handle_whip() localVariable192 peer_connection.set_local_description(answer).await?; in handle_whip()
141 let answer = peer_connection.create_answer(None).await?; in handle_whep() localVariable147 peer_connection.set_local_description(answer).await?; in handle_whep()