Here is my code, I use a live server (created with live-server in VS code) var peer = new Peer(Math.floor(Math.random()*2**16).toString(),{ host:'127.0.0.1',
Currently, i am working on a webRTC project where you can give call and receive call.i also want to add screen share functionality to it. can anyone provide me
I want to use peerjs in a script (that I use in a html file). When I try import Peer from "peerjs", I get an error saying "Cannot use import statement outside a
Peer js is not working I am just creating peerjs video streaming application in NodeJs and ReactJs The below code is working fine, i am able to create new peer
tsconfig.json::: { "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict