19. PeerConnectionãªãã¸ã§ã¯ããçæ peer = new RTCPeerConnection({ "iceServers": [ { "url": "stun:stun.l.google.com:19302" } ] }); peer.addStream(localStream); peer.createOffer(function(sdp) { peer.setLocalDescription(sdp, function() { socket.emit('sendOffer',{ "sdp": sdp }); }); }); 20. å ã»ã©åå¾ããã¹ããªã¼ã ãã¼ã¿ãã»ãã peer = new RTCPeerConnection({ "iceServers": [ { "url": "stun:stun.l.google.com:19302" } ] }); peer
{{#tags}}- {{label}}
{{/tags}}