wow, i have no words to says that how much I have learned from your tutorial its the best and the only detail tutorial on Web RTc on youtube as of Now, I referred to so many documents like agora,Sinch and other but did n't any thing from that except creating a basic calling app which did not full fill my requirement. thousands of thumbs up for this tutorial. Did a great great great Job
Thanks for the wonderful tutorial. I have an issue with my app. On some devices the initial call volume is very low (even if android stream volume is full). But when I press the volume plus or minus button, the call volume gets normal level. Does WebView have any audio limitations?
I am really impressed with your skills.. I have just got your server code in github.. However the code works well on desktops, it doesn't work on chrome on an android device.
I also tried connecting the phone to the chrome inspect console and running the code. The device get's connected to the peer server but doesn't rrespond when we start the call.
Hi, I have copied the exact code, but still the toast message shows that please check your internet connection , and even in the terminal it shows client connected. This is what I see in logcat- V/ViewRootImpl: The specified message queue synchronization barrier token has not been posted or has already been removed W/Choreographer: Already have a pending vsync event. There should only be one at a time. Please help!
Hi, I'm having a problem in the browser, when I write init("1"), there is an error: "Uncaught ReferenceError: Peer is not defined" and I don't understand why. Thank you for the video
achha hamne ye Application banaya, to 1 to 1 kitna bhi user ka ek time me video call karwa sakte hai, like mante hai hamare app me 200,000 user hai to ek time me sabhi user 1to1 baat kar sakta hai ya koi problem hoga, hoga to kis end se hoga, peerjs se ya Firebase se, Sir or any reply pls one pls who already used it , peerjs ke taraf se nhi n hoga ye janna chahte hai , pls reply sir
i came here for the same. did you get your answer from anywhere, because i am into the same trouble currently, if so ping me here as soon as you check out this comment. thank you.
You can buy a live server ( i prefer digitalocean droplets) and run the peerjs server on it then you can use the address of the live server in your apps
@@heyletscode okayy thanks, but i was asking something like that if we can create our own server in our pc, and keep our pc ON and let devices from different network connect to each other using this server. Is it possible?? (Means calls can connect only if our pc remains ON)
Getting some error in edge browser..and isn’t navigator.getUserMedia deprecated? I think it is navigator.mediaDevices.getUserMedia. Why don’t you make app video for web as well
I am getting the error while running peerjs server anyone know solution then please tell me how to run peerjs server ? while running i am getting this error.. 'peerjs' is not recognized as an internal or external command, operable program or batch file.
I was getting this error too, the issue was that port 9000 was in use on my machine, try changing the port to something else such as 9090 in the call.js file and also in the command you use to start the server.
its working perfectly but as soon as the other person joins in, the remote video is not displaying, having re-checked the code, even copied yours from the repo but still the same result. Anyone facing the same issue?
wow, i have no words to says that how much I have learned from your tutorial its the best and the only detail tutorial on Web RTc on youtube as of Now, I referred to so many documents like agora,Sinch and other but did n't any thing from that except creating a basic calling app which did not full fill my requirement. thousands of thumbs up for this tutorial. Did a great great great Job
bro, I am your fan after watching your coding skills. Believe me, you have a long way to go.
Thanks... what else do we use these days in 2024 other than PeerJS?
Dude, you are a webrtc expert !!!
Thanks for the wonderful tutorial. I have an issue with my app. On some devices the initial call volume is very low (even if android stream volume is full). But when I press the volume plus or minus button, the call volume gets normal level. Does WebView have any audio limitations?
Thanks for the video. Can you add screen sharing feature to this?
sir, I am a beginner how to install VSC and setup plz make a video
Can you do this with multiple users? Like a group video call?
I am not able to create peer = new Peer object in call.js it shows error cannot resolve the Peer help me this
I am really impressed with your skills.. I have just got your server code in github.. However the code works well on desktops, it doesn't work on chrome on an android device.
I am creating an app not using the google's android studio but with microsoft xamarin api in visual studio..
I also tried connecting the phone to the chrome inspect console and running the code. The device get's connected to the peer server but doesn't rrespond when we start the call.
Could you pls help me with this. Thanks in advance
I'm having a devtools failed to load sourcemap, eve though i already link the peerjs.
Websocket couldn't be connected. Making error from server
Can I add canvas with video stream?
admin, how i publish to hosting to firebase deploy, and get ("host","port","path") update?
Hi,
I have copied the exact code, but still the toast message shows that please check your internet connection , and even in the terminal it shows client connected. This is what I see in logcat-
V/ViewRootImpl: The specified message queue synchronization barrier token has not been posted or has already been removed
W/Choreographer: Already have a pending vsync event. There should only be one at a time.
Please help!
how to install npm i peer -g
can u do this with more than 2 people?
this first part worked great
thanks
Brother i have a question is there will be any limitations in my video calling application
is it possible if we host our own server and then do the same ?? will it work ????
can this be integrated with flutter using a method channel?
connecting problems peerjs not connect to the server can you help me
Hi sir I have question is it possible to do video call with a group let's say 6 people together ?
Hi, I'm having a problem in the browser, when I write init("1"), there is an error:
"Uncaught ReferenceError: Peer is not defined" and I don't understand why.
Thank you for the video
In my case I used the cdn link, rather than the local peer.js. Also remember to use the globally declared peer variable
bro will u please do this in java
i want the same... pls rply if u did it. thanks
@@braindroid9657 Yes I have done it but with Jitsi
@@rishavmishra1367 can u help me with the code sharing or something ???
@@braindroid9657 hey! do you have the java code??
Nice Work
If u can't install peer on your computer,then run terminal as an administrator
how make server hosting in firebase ?
how make the cli code start peerjs --port ... in realtime hosting ?
thansk
Sir, please help me. If I change the package name of the app, the app will run but it will not work properly. How can I solve this?
Multiple voice calls possible?
Can you do that with nodejs too?
achha hamne ye Application banaya, to 1 to 1 kitna bhi user ka ek time me video call karwa sakte hai, like mante hai hamare app me 200,000 user hai to ek time me sabhi user 1to1 baat kar sakta hai ya koi problem hoga, hoga to kis end se hoga, peerjs se ya Firebase se, Sir or any reply pls one pls who already used it , peerjs ke taraf se nhi n hoga ye janna chahte hai , pls reply sir
i'm unable to see the other side video whom i called... any suggestion ???
How to deploy this project to heroku instead of local server
Can you please make a video in java.
i want the same... pls reply if u did it already.
which ip address to use on windows cmd "iponcfig"
IPV4 address
please how to install the development environment
how to change stream after switch camera
How can I change virtual background.
hi, i m having this error, plz advise how to correct it, the error:
peerjs.min.js:54 Uncaught TypeError: e.getTracks is not a function
Bro, when I try to run the server by giving peerjs in the cmd prompt it shows that port is missing please help me dude. Please bro
awesome vid
bro init function not working for windows to check the progress. please help
Perfect bro
i'm not able to install through peer command. please help ASAP
what about the css and html and js code
Hello I would like to know how to host the peerjs server in firebase
Could you kindly provide me an idea on how to do it as I am working on my final year project.
Hallo how we use peerjs
Can we make a conference voice call app using peerjs???
i came here for the same. did you get your answer from anywhere, because i am into the same trouble currently, if so ping me here as soon as you check out this comment. thank you.
My peerjs npm is not install what should i do
install nodejs on your computer
amazing bro !!!
finally i made it, thank you so much for this ,,..dude:)
Dude can you please tell me how to config this app, so that devices connected to different networks can be connected on video call?
You can buy a live server ( i prefer digitalocean droplets) and run the peerjs server on it then you can use the address of the live server in your apps
@@heyletscode okayy thanks, but i was asking something like that if we can create our own server in our pc, and keep our pc ON and let devices from different network connect to each other using this server. Is it possible?? (Means calls can connect only if our pc remains ON)
Getting some error in edge browser..and isn’t navigator.getUserMedia deprecated? I think it is navigator.mediaDevices.getUserMedia. Why don’t you make app video for web as well
@@abhinavwadhwa416 hello, did you find any solutions for this? Thank you!
🚀🚀🚀🚀🚀 AWESOME BUDDYYY !!!!! 👍👍👍👍👍👍
I am getting the error while running peerjs server anyone know solution then please tell me
how to run peerjs server ?
while running i am getting this error..
'peerjs' is not recognized as an internal or external command,
operable program or batch file.
Iam getting this error bro "Error during WebSocket handshake: Unexpected response code: 400" what's the solution dood?
I was getting this error too, the issue was that port 9000 was in use on my machine, try changing the port to something else such as 9090 in the call.js file and also in the command you use to start the server.
Also this error is shown
'npm' is not recognized as an internal or external command,
operable program or batch file.
Probably because npm is not installed on your system.
How to download mihir
I was not able to run the server in cmd like you did :(
hey , plz give me solution for this is not working on mobile only call sender side open camera and nothing else
same here... did u find the solution ??
I have error on call.js line 47
server code not provided there are some error in server please provide server code also
It is now added in the repo
@@heyletscode great can you help me to host this server on cloud or server
peer = new Peer I got error on Peer could find name Peer any one plzz help me i am stuck on it.
same error occur
I'm unable to find my ip address using ipconfig
23:08
its working perfectly but as soon as the other person joins in, the remote video is not displaying, having re-checked the code, even copied yours from the repo but still the same result. Anyone facing the same issue?
@Mohammad Reza Nemati nope I didn't... even inspecting with web dev tools
same here... any solution ???
Bro can you have java code
i want the same. pls rply if u got it.
@@braindroid9657 you have to buy api for video calling bro .....
@@NaveenKumar-wj2qo i already bought it... i just want to see how really webRTC works in android studio with java code... pls help...!!!???
@@braindroid9657 yeah i tried it worked.
But pproblem with that it suddenly stopping evrytimes
@@braindroid9657 Please help me to implement webRTC in android studio🙏
How to install npm? anyone help
Please help me?
15 :01
23.52
sorry i made it work