Build a Live Meeting React Native App with Stream Video Call & Chat Integration

Sdílet
Vložit
  • čas přidán 2. 06. 2024
  • Build live apps with Stream: gstrm.io/devdactic-23-11
    Let's build an epic live meeting app like Google Meet with Stream and their new Video and Audio SDK for React Native. Additionally, we will add a Chat and build our own little API with Node!
    🔥 Learn React Native FAST: galaxies.dev
    👨‍💻 Full tutorial: galaxies.dev/react-native-str...
    🔗 Code: github.com/Galaxies-dev/meeti...
    #############################
    ❤️ You can also find me on:
    Twitter: / schlimmson
    Instagram: / simongrimm_
    #############################
    Chapters:
    00:00 Intro
    00:48 Breakdown
    02:19 Stream Tokens with Node API
    26:29 React Native Auth. with StreamVideoClient
    01:25:59 Stream Video and Chat Experience
    02:28:24 Outro
  • Věda a technologie

Komentáře • 37

  • @fonbarnabas2667
    @fonbarnabas2667 Před 6 měsíci +2

    Love your tutorials... They are great... learning a lot

    • @galaxies_dev
      @galaxies_dev  Před 6 měsíci

      Happy to hear that - would be awesome if you could share it with others 🙌

  • @TheAremoh
    @TheAremoh Před 6 měsíci +2

    Beautiful. You're doing a great job for the community.
    Hoping to see an expo build with mapbox

    • @galaxies_dev
      @galaxies_dev  Před 6 měsíci +1

      Thank you, and good idea!

    • @jojo_koomson
      @jojo_koomson Před 6 měsíci

      @@galaxies_dev please do a tutorial on how to use redux toolkit with this new expo 49 folder structure

  • @juniorMr
    @juniorMr Před 6 měsíci +3

    Another banger💥

  • @scottwhitlow8468
    @scottwhitlow8468 Před 6 měsíci

    You probably get asked this all the time but, what is the icon theme you are using? I also saw another video of yours where it looks like your file names were color coded? Thanks!

    • @galaxies_dev
      @galaxies_dev  Před 6 měsíci

      I use Shades of Purple as my VSC theme!

  • @miloniemaz1485
    @miloniemaz1485 Před 6 měsíci

    Hi, great job the video is perfctly what I needed. However, I'm getting an issue with the generated salt in the beginning of the video. The salt is regenerating each time I save the index file.So, if I try to login, the encrypted passwords are not the same (the one in the database and the one passed by the frontend). I don't understand how it's supposed to work :(

    • @galaxies_dev
      @galaxies_dev  Před 6 měsíci

      You could place the salt in an .env file of your server then!

  • @user-rl7nt7ij9o
    @user-rl7nt7ij9o Před 6 měsíci +1

    Thanks

  • @SherlockBeyondQuality-dn2oq
    @SherlockBeyondQuality-dn2oq Před 2 měsíci

    @galaxies_dev Can you make tutorial on how video call work with deep linking and background or in kill state as whatsapp do and also how we can achieve PIP mode in ios and android?

  • @praweewongsa
    @praweewongsa Před 7 dny

    thanks

  • @bilalnaeem2098
    @bilalnaeem2098 Před 2 měsíci

    Can you tell me what extension are you using for the console.log?

  • @wisdomelue
    @wisdomelue Před 6 měsíci +1

    🥂

  • @waelali757
    @waelali757 Před 6 měsíci

    Why i always get in an issue where the app works fine on emulator and expo.go on mobile and when publish it as apk it crashes when installed on phone theres always a problem and funny thing it doesnt say error it opens splash screen then the app needs to be closed error comes

    • @TheNextDoor.
      @TheNextDoor. Před 6 měsíci +1

      stuck on splash screen is an error: in vsCode, when your app crashes, you see the error in the console, on phone (apk) you see splash screen indicating an error.
      most common error that you won't see on vsCode console, but see splash screen when installed is that you are using packages in a wrong way: check packages documentation and use the recomended ways of implementation, sometimes there're different implementations, try them all (pain in the ass? I know). Good luck

    • @tzi_tondza
      @tzi_tondza Před 5 měsíci

      Add Gesture handler on your App.js, first line. If it still persist, plug your device to a usb cable on your machine, open terminal and run this line "adb logcat *:S ReactNative:V ReactNativeJS:V" then open your installed app. It will show you the problem for its crash.

  • @TIMANI8
    @TIMANI8 Před 3 měsíci

    Hi, nice tutorual!
    But I'm having some trouble with the project. I keep getting the same error and have been trying to fix it for 2 days now and no progress, I event tried copying code from github over to my project and still the same error. Seems that it should be simple to fix but can't figure out what's going wrong.
    Error in console: "TypeError: Super expression must either be null or a function, js engine: hermes at ContextNavigator"
    Error in simulator: index.js (18:1), import RTCErrorEvent from './RTCErrorEvent'
    Any idea what I am doing wrong?

  • @samwise8731
    @samwise8731 Před 2 měsíci

    What is the name of the app you use to annotate on your desktop while recording?

  • @user-yb5fw7pg5y
    @user-yb5fw7pg5y Před 6 měsíci

    Hi nice job but i want be a développer but i havnt makbook i need one i tray withe my phone

  • @tonistoyanov3556
    @tonistoyanov3556 Před 6 měsíci

    What is the name of VS Code theme?

  • @tarekegnkeltaa
    @tarekegnkeltaa Před 3 měsíci

    sir, i like your videos i am a big fan BUT here i haven't seen even the intro of the actual app we are going to build nor at the end of the video again i haven't seen the actual app really streaming with more than one device at the same time so that everything seems sucks and incomplete. Disappointing :(

    • @galaxies_dev
      @galaxies_dev  Před 3 měsíci

      Sorry, will try to do better next time! Also had a problem of not actually having enough devices to showcase it in the best way..

  • @SahilShaikh-nq1bu
    @SahilShaikh-nq1bu Před měsícem

    is it free?

  • @mukangwakalonda7726
    @mukangwakalonda7726 Před 8 dny

    Hi thank you for the project but its better before starting any projects you show it first not just jamp directly to start without even showing us. So i did not follow your project though