how to do webRTC in reactJs
问题 Am trying to include a webRTC tech to my already existing reactJs App the problem is that react is not recognizing the webRTC API's Line 185:19: 'webkitRTCPeerConnection' is not defined no-undef Line 191:1: 'rtcPeerConn' is not defined no-undef Line 212:3: 'rtcPeerConn' is not defined no-undef Line 214:62: 'rtcPeerConn' is not defined no-undef this function is inside a functional react component function startSignaling(){ displayMessage("start signaling..."); rtcPeerConn = new