Build a Video Call App in 2024 (WebRTC Course with Golang) | Streamify | Part 2

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

КОМЕНТАРІ • 9

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

    Streamify is open source. Find Code here 👉 github.com/ZionLloyd05/streamify. See progress in video & contribute if you will!

  • @maksymzhovtaniuk3958
    @maksymzhovtaniuk3958 3 місяці тому

    49:18 You are using mutex incorrectly, the thing is defer executes AFTER FUNCTION scope, not loop/if statement. In my opinion it'll be better to move mutex call in separate function, so that user don't have to access mutex (it should be incapsulated using lower case letter) manually/
    Thank you for the video though, it's really inspiring, your efforts are appreciated, looking forward to see more Go content!!! Keep going!)

    • @alagbaladamilola
      @alagbaladamilola  3 місяці тому +1

      You're right, it's all because I'm new to Go & still learning. Hoping to be better 😊

  • @ojo-williamsdaniel2813
    @ojo-williamsdaniel2813 5 місяців тому

    This is awesome…currently learning Typescript and hoping to do something like this.
    Please can you zoom in on the next video so we can see the code properly. Thank you very much.

  • @adilfarq3784
    @adilfarq3784 4 місяці тому

    Thanks mate love it :)

    • @alagbaladamilola
      @alagbaladamilola  4 місяці тому +1

      Hey fam, I appreciate the kind words!

    • @adilfarq3784
      @adilfarq3784 4 місяці тому

      @@alagbaladamilola

    • @adilfarq3784
      @adilfarq3784 4 місяці тому

      @@alagbaladamilola Can i ask ...............The whole project doesn't run into my pc
      I just cloned form your github profile and run on my computer , but it's not working yet