Make Video Call App in Android with Firebase and WebRTC | #1/3

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 114

  • @uzairkhan-se4zo
    @uzairkhan-se4zo 2 роки тому +2

    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

  • @YouFoundMayank
    @YouFoundMayank 3 роки тому +4

    bro, I am your fan after watching your coding skills. Believe me, you have a long way to go.

  • @iftak01
    @iftak01 5 місяців тому

    Thanks... what else do we use these days in 2024 other than PeerJS?

  • @maskman4821
    @maskman4821 4 роки тому +4

    Dude, you are a webrtc expert !!!

  • @sujith5441
    @sujith5441 2 роки тому +1

    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?

  • @joyhasan244
    @joyhasan244 2 роки тому

    Thanks for the video. Can you add screen sharing feature to this?

  • @Instantcrypt
    @Instantcrypt 3 роки тому +1

    sir, I am a beginner how to install VSC and setup plz make a video

  • @meostyles
    @meostyles 3 роки тому +1

    Can you do this with multiple users? Like a group video call?

  • @naveena3897
    @naveena3897 Рік тому +1

    I am not able to create peer = new Peer object in call.js it shows error cannot resolve the Peer help me this

  • @satvikrajnarayanan2489
    @satvikrajnarayanan2489 2 роки тому

    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.

    • @satvikrajnarayanan2489
      @satvikrajnarayanan2489 2 роки тому

      I am creating an app not using the google's android studio but with microsoft xamarin api in visual studio..

    • @satvikrajnarayanan2489
      @satvikrajnarayanan2489 2 роки тому

      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.

    • @satvikrajnarayanan2489
      @satvikrajnarayanan2489 2 роки тому

      Could you pls help me with this. Thanks in advance

  • @edong3704
    @edong3704 4 роки тому +2

    I'm having a devtools failed to load sourcemap, eve though i already link the peerjs.

  • @jannatmostafiz6213
    @jannatmostafiz6213 4 роки тому +2

    Websocket couldn't be connected. Making error from server

  • @harshbhavshar2485
    @harshbhavshar2485 Рік тому

    Can I add canvas with video stream?

  • @penart.creativ4490
    @penart.creativ4490 4 роки тому +1

    admin, how i publish to hosting to firebase deploy, and get ("host","port","path") update?

  • @033_niketdujari4
    @033_niketdujari4 3 роки тому

    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!

  • @rahulashokalakkimsetty4461
    @rahulashokalakkimsetty4461 2 роки тому +1

    how to install npm i peer -g

  • @koolooc726
    @koolooc726 3 роки тому

    can u do this with more than 2 people?

  • @benamarcoding1591
    @benamarcoding1591 3 роки тому

    this first part worked great
    thanks

  • @henrik908
    @henrik908 2 роки тому

    Brother i have a question is there will be any limitations in my video calling application

  • @braindroid9657
    @braindroid9657 3 роки тому

    is it possible if we host our own server and then do the same ?? will it work ????

  • @jonmote6787
    @jonmote6787 3 роки тому

    can this be integrated with flutter using a method channel?

  • @hemanshujagtap5234
    @hemanshujagtap5234 3 роки тому +1

    connecting problems peerjs not connect to the server can you help me

  • @Aziz-fk4qb
    @Aziz-fk4qb 2 роки тому

    Hi sir I have question is it possible to do video call with a group let's say 6 people together ?

  • @barbaraceciliomatos2744
    @barbaraceciliomatos2744 3 роки тому +1

    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

    • @Rassy_
      @Rassy_ 3 роки тому

      In my case I used the cdn link, rather than the local peer.js. Also remember to use the globally declared peer variable

  • @rishavmishra1367
    @rishavmishra1367 4 роки тому +3

    bro will u please do this in java

    • @braindroid9657
      @braindroid9657 3 роки тому +1

      i want the same... pls rply if u did it. thanks

    • @rishavmishra1367
      @rishavmishra1367 3 роки тому

      @@braindroid9657 Yes I have done it but with Jitsi

    • @braindroid9657
      @braindroid9657 3 роки тому

      @@rishavmishra1367 can u help me with the code sharing or something ???

    • @pallaveemeshram8598
      @pallaveemeshram8598 Рік тому

      @@braindroid9657 hey! do you have the java code??

  • @sopnobariofficial9781
    @sopnobariofficial9781 3 роки тому

    Nice Work

  • @Phoenix-ql5ck
    @Phoenix-ql5ck 3 роки тому

    If u can't install peer on your computer,then run terminal as an administrator

  • @penart.creativ4490
    @penart.creativ4490 3 роки тому

    how make server hosting in firebase ?
    how make the cli code start peerjs --port ... in realtime hosting ?
    thansk

  • @mdshakilhossen2848
    @mdshakilhossen2848 2 роки тому

    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?

  • @adityaroy1851
    @adityaroy1851 3 роки тому

    Multiple voice calls possible?

  • @thefoxguy
    @thefoxguy 3 роки тому

    Can you do that with nodejs too?

  • @deepeshkumar1704
    @deepeshkumar1704 2 роки тому

    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

  • @braindroid9657
    @braindroid9657 3 роки тому

    i'm unable to see the other side video whom i called... any suggestion ???

  • @hazratullahkhan1471
    @hazratullahkhan1471 3 роки тому

    How to deploy this project to heroku instead of local server

  • @deepakdutta4615
    @deepakdutta4615 4 роки тому +2

    Can you please make a video in java.

    • @braindroid9657
      @braindroid9657 3 роки тому

      i want the same... pls reply if u did it already.

  • @candyraymondmdunge6357
    @candyraymondmdunge6357 4 роки тому +2

    which ip address to use on windows cmd "iponcfig"

  • @aliabbagueime5309
    @aliabbagueime5309 4 роки тому

    please how to install the development environment

  • @harshpatel5301
    @harshpatel5301 3 роки тому

    how to change stream after switch camera

  • @never-give_up90
    @never-give_up90 3 роки тому

    How can I change virtual background.

  • @sakibulkhan838
    @sakibulkhan838 4 роки тому

    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

  • @namansaikia2232
    @namansaikia2232 3 роки тому

    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

  • @muhammadbham1939
    @muhammadbham1939 4 роки тому +1

    awesome vid

  • @aditchauhan432
    @aditchauhan432 3 роки тому

    bro init function not working for windows to check the progress. please help

  • @sakshamgupta4227
    @sakshamgupta4227 3 роки тому

    Perfect bro

  • @abhinavwadhwa416
    @abhinavwadhwa416 4 роки тому

    i'm not able to install through peer command. please help ASAP

  • @candyraymondmdunge6357
    @candyraymondmdunge6357 4 роки тому

    what about the css and html and js code

  • @vijaya5171
    @vijaya5171 Рік тому

    Hello I would like to know how to host the peerjs server in firebase

    • @vijaya5171
      @vijaya5171 Рік тому

      Could you kindly provide me an idea on how to do it as I am working on my final year project.

  • @Sujay771
    @Sujay771 3 роки тому

    Hallo how we use peerjs

  • @rajsingharia9561
    @rajsingharia9561 3 роки тому

    Can we make a conference voice call app using peerjs???

    • @segarus95
      @segarus95 3 роки тому

      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.

  • @supremevlogssk7718
    @supremevlogssk7718 3 роки тому +1

    My peerjs npm is not install what should i do

    • @heyletscode
      @heyletscode  3 роки тому

      install nodejs on your computer

  • @brucebane7401
    @brucebane7401 3 роки тому

    amazing bro !!!

  • @abhinavwadhwa416
    @abhinavwadhwa416 4 роки тому +2

    finally i made it, thank you so much for this ,,..dude:)

    • @abhinavwadhwa416
      @abhinavwadhwa416 4 роки тому +1

      Dude can you please tell me how to config this app, so that devices connected to different networks can be connected on video call?

    • @heyletscode
      @heyletscode  4 роки тому +1

      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

    • @abhinavwadhwa416
      @abhinavwadhwa416 4 роки тому

      @@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)

    • @punkuzshah9324
      @punkuzshah9324 3 роки тому

      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

    • @pvladyq
      @pvladyq 3 роки тому

      @@abhinavwadhwa416 hello, did you find any solutions for this? Thank you!

  • @vikasvimal01
    @vikasvimal01 4 роки тому

    🚀🚀🚀🚀🚀 AWESOME BUDDYYY !!!!! 👍👍👍👍👍👍

  • @irannapatil7050
    @irannapatil7050 2 роки тому

    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.

  • @Phoenix-ql5ck
    @Phoenix-ql5ck 3 роки тому

    Iam getting this error bro "Error during WebSocket handshake: Unexpected response code: 400" what's the solution dood?

    • @Lozzer1987
      @Lozzer1987 3 роки тому +1

      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.

  • @naturetalk_0
    @naturetalk_0 3 роки тому

    Also this error is shown
    'npm' is not recognized as an internal or external command,
    operable program or batch file.

    • @shawnmathew6203
      @shawnmathew6203 3 роки тому

      Probably because npm is not installed on your system.

  • @rangalvnr6578
    @rangalvnr6578 2 роки тому

    How to download mihir

  • @uber-wanlucas9172
    @uber-wanlucas9172 3 роки тому

    I was not able to run the server in cmd like you did :(

  • @artivaghani300
    @artivaghani300 3 роки тому

    hey , plz give me solution for this is not working on mobile only call sender side open camera and nothing else

    • @braindroid9657
      @braindroid9657 3 роки тому

      same here... did u find the solution ??

  • @ggchannel8967
    @ggchannel8967 2 роки тому

    I have error on call.js line 47

  • @Pal.Aditya
    @Pal.Aditya 4 роки тому +1

    server code not provided there are some error in server please provide server code also

    • @heyletscode
      @heyletscode  4 роки тому

      It is now added in the repo

    • @Pal.Aditya
      @Pal.Aditya 4 роки тому

      @@heyletscode great can you help me to host this server on cloud or server

  • @zainjahangir296
    @zainjahangir296 2 роки тому +1

    peer = new Peer I got error on Peer could find name Peer any one plzz help me i am stuck on it.

  • @rishk3705
    @rishk3705 4 роки тому

    I'm unable to find my ip address using ipconfig

  • @muhammadbham1939
    @muhammadbham1939 4 роки тому +2

    23:08

  • @Rassy_
    @Rassy_ 3 роки тому

    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?

    • @Rassy_
      @Rassy_ 3 роки тому

      @Mohammad Reza Nemati nope I didn't... even inspecting with web dev tools

    • @braindroid9657
      @braindroid9657 3 роки тому

      same here... any solution ???

  • @NaveenKumar-wj2qo
    @NaveenKumar-wj2qo 3 роки тому +1

    Bro can you have java code

    • @braindroid9657
      @braindroid9657 3 роки тому

      i want the same. pls rply if u got it.

    • @NaveenKumar-wj2qo
      @NaveenKumar-wj2qo 3 роки тому

      @@braindroid9657 you have to buy api for video calling bro .....

    • @braindroid9657
      @braindroid9657 3 роки тому +1

      @@NaveenKumar-wj2qo i already bought it... i just want to see how really webRTC works in android studio with java code... pls help...!!!???

    • @NaveenKumar-wj2qo
      @NaveenKumar-wj2qo 3 роки тому

      @@braindroid9657 yeah i tried it worked.
      But pproblem with that it suddenly stopping evrytimes

    • @pallaveemeshram8598
      @pallaveemeshram8598 Рік тому

      @@braindroid9657 Please help me to implement webRTC in android studio🙏

  • @nurhafizahhasan1258
    @nurhafizahhasan1258 3 роки тому

    How to install npm? anyone help

  • @naturetalk_0
    @naturetalk_0 3 роки тому

    Please help me?

  • @brucebane7401
    @brucebane7401 3 роки тому

    15 :01

  • @supremevlogssk7718
    @supremevlogssk7718 3 роки тому

    23.52

  • @candyraymondmdunge6357
    @candyraymondmdunge6357 4 роки тому

    sorry i made it work