Video Call with Flutter and Agora

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

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

  • @mohammedabdaldaim6723
    @mohammedabdaldaim6723 3 года назад +3

    is agora has incoming call screen for receiver(One to One Call)?

    • @tadaspetra
      @tadaspetra  3 года назад

      You can do it with call kit docs.agora.io/en/All/faq/call_invite_notification

  • @gaborvlad1358
    @gaborvlad1358 3 года назад +1

    Hi! It would be interesting to make a video about the architecture and organization of a Flutter project. Things like folder organization options, patterns like MVC, MVVM, etc.

    • @tadaspetra
      @tadaspetra  3 года назад +1

      Like this :) ruclips.net/video/Mt41FpSS-Vo/видео.html

  • @romzanali9930
    @romzanali9930 Год назад

    rtc_local and remote view dosen't work. so, what should I do

  • @almuatasembellahalhajmoham8197
    @almuatasembellahalhajmoham8197 3 года назад

    thanks for the video could create a video about call callkeep plugin while using agora?

  • @oscarh4066
    @oscarh4066 3 года назад +2

    any particular reason why you're not using agora version 4.0.2 with null-safety?

    • @tadaspetra
      @tadaspetra  3 года назад +2

      I made the video before it came out 😅

  • @akashkoli2907
    @akashkoli2907 3 года назад

    Can you make a video related to how to build token server and deploy that token in app?

  • @tabaicanking3701
    @tabaicanking3701 3 года назад +1

    Hi, is it possible to do audio calls using agora on flutter. I'm only getting video calls repeatedly on youtube

    • @tadaspetra
      @tadaspetra  3 года назад +1

      Yes definitely possible. Just don’t do the enableVideo step

    • @tabaicanking3701
      @tabaicanking3701 3 года назад +1

      @@tadaspetra thanks man

  • @vettiyankan
    @vettiyankan 3 года назад +1

    how to detect the incoming call and ring device?

    • @tadaspetra
      @tadaspetra  3 года назад +2

      docs.agora.io/en/All/faq/call_invite_notification

  • @Abdussalam-ci5cg
    @Abdussalam-ci5cg 3 года назад

    Can we use provider to initiate Agora without statefull widget?? so we can run agora without a statefull widget.

    • @tadaspetra
      @tadaspetra  3 года назад

      Yes you can definitely do that

  • @bhurvasharma8
    @bhurvasharma8 3 года назад

    I love your videos! could you make one with firebase authentication in flutter from scratch

  • @lkeysoft
    @lkeysoft 3 года назад +1

    👍👍👍

  • @jovictor3007
    @jovictor3007 3 года назад +1

    Cool, is the video conversation encrypted ?

    • @saabirmohamed636
      @saabirmohamed636 3 года назад

      Use the jisti meet driver for transport and end to end encryption... The is a flutter pub lib for it

    • @tadaspetra
      @tadaspetra  3 года назад +1

      Agora also has support for it, but you need to enable it

  • @SuryaPrakash-be3nq
    @SuryaPrakash-be3nq 3 года назад

    Can you able to create video call with open source plugin

  • @craigpearson4622
    @craigpearson4622 3 года назад +1

    🤔 can it really be that easy?

    • @tadaspetra
      @tadaspetra  3 года назад

      You betcha! And I got something special coming soon, that might really blow your mind

    • @saadatshahir4565
      @saadatshahir4565 2 года назад

      @@tadaspetra Did you create any video for creating tokens for production mode?

  • @hasnain_elahi
    @hasnain_elahi 3 года назад

    Make video on Flutter webRTC and Node js (Socket.io)

    • @tadaspetra
      @tadaspetra  3 года назад

      I'll look into it, but btw Flutter Web for Agora is in alpha now. And it's more reliable than webRTC :)