mushthak02
mushthak02
same issue
ios working fine . android not working these package
@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...