最終更新:2021-04-07 (水) 22:13:16 (1106d)  

RTCConfiguration
Top / RTCConfiguration

const pc_config = {"iceServers":[ {"urls":"stun:stun.webrtc.ecl.ntt.com:3478"} ]};
const peer = new RTCPeerConnection(pc_config);

https://developer.mozilla.org/en-US/docs/Web/API/RTCConfiguration