Adding a section explaining about ice servers.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
const createSmallWebRTCConnection = async (audioTrack) => {
|
||||
const config = {
|
||||
iceServers: [{ urls: ["stun:stun.l.google.com:19302"] }],
|
||||
iceServers: [],
|
||||
};
|
||||
const pc = new RTCPeerConnection(config)
|
||||
addPeerConnectionEventListeners(pc)
|
||||
|
||||
Reference in New Issue
Block a user