Build and Deploy a Realtime Video Call Application : Next.js, WebRTC, Socket.io

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 10

  • @navinkumarsahu1159
    @navinkumarsahu1159 4 หลายเดือนก่อน +2

    do we not require any end to end encryption here ?

    • @shivangrathore
      @shivangrathore 19 วันที่ผ่านมา +1

      we don't because these calls are peer to peer, end to end encryption means that server couldn't read any data, but in peer to peer video calls, no data is trasmitted through server, only the handshake is done through server

    • @navinkumarsahu1159
      @navinkumarsahu1159 19 วันที่ผ่านมา

      @shivangrathore Thanks 🙏. so only text messages need to be encrypted e2ee

  • @pedropankaj
    @pedropankaj หลายเดือนก่อน

    how to make it secure connect peer to peer

  • @navinkumarsahu1159
    @navinkumarsahu1159 4 หลายเดือนก่อน +2

    ❤❤❤

    • @sahilnagpal9150
      @sahilnagpal9150 2 หลายเดือนก่อน

      bro can you provide me source code i actually wrote but faced once error i just want to verify. If possible then send me github link for same asap!

  • @MaMkMAmk-s2s
    @MaMkMAmk-s2s 3 หลายเดือนก่อน

    do u accept personal coaching?

    • @ChaooCharles
      @ChaooCharles  3 หลายเดือนก่อน +1

      we can organize, email me, chaoocharles@gmail.com

  • @bilalkarimbath9147
    @bilalkarimbath9147 3 หลายเดือนก่อน +1

    Hi thanks for this tutorial. How many concurrent Peer-to-peer calls can a server handle. What is advantage of using 3rd party providers like Twilio, Sendbird etc for webrtc Peer-to-peer call services Vs the method you are recommending

    • @ChaooCharles
      @ChaooCharles  3 หลายเดือนก่อน +1

      @bilalkarimbath9147 hey, i am not sure the advantages of using something like twilio, my video is just to teach how to use webrtc for those who want to use it