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

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024

Комментарии • 9

  • @alagbaladamilola
    @alagbaladamilola  4 месяца назад

    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 4 месяца назад

    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 3 месяца назад

    Thanks mate love it :)

    • @alagbaladamilola
      @alagbaladamilola  3 месяца назад +1

      Hey fam, I appreciate the kind words!

    • @adilfarq3784
      @adilfarq3784 3 месяца назад

      @@alagbaladamilola

    • @adilfarq3784
      @adilfarq3784 3 месяца назад

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