mushthak02

Results 7 comments of mushthak02

@yahacom useEffect(()=>{ const PeerConnection=new Peer({ wrtc: { RTCPeerConnection, RTCIceCandidate, RTCSessionDescription }, initiator: true, trickle: true, config: { iceServers: [{ urls: "stun:stun.l.google.com:19302" }] }, }); console.log("PeerConnection==>",PeerConnection) },[]) error showing Warning: Error:...

@gherman-cs That sounds awesome! PeerJS is a great choice for simplifying WebRTC connections. I don’t have direct access to Discord, but we can definitely chat here if you want to...