Video calling in Salesforce using WebRTC

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • #WebRTCInSalesforce#VideoCallInSalesforce#Salesforce
    This video will guide you in understanding how you can implement a video calling feature in Salesforce using WebRTC.
    Link to access code: github.com/sin...
    Let us know your views about the video in the comments :)

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

  • @sunitagautam4827
    @sunitagautam4827 3 ปีที่แล้ว +1

    This is really great!!!! Please create more of such innovative videos. Eagerly waiting.

  • @CrImeGodPLAYZONE
    @CrImeGodPLAYZONE ปีที่แล้ว +1

    How can we connect 1 user with another user in the same org…the tutorial you have made is working for the same user only..

  • @sagargurav7933
    @sagargurav7933 4 ปีที่แล้ว +1

    Nicely explained Pranjal !! Thanks for information.

  • @rieukaka
    @rieukaka 4 ปีที่แล้ว +1

    Nice tut. Thanks for sharing...

  • @JK-os9nd
    @JK-os9nd 4 ปีที่แล้ว

    Nice Explanation !!! brilliant...hard to find resources like you.

  • @monteriojackson
    @monteriojackson 4 ปีที่แล้ว +1

    Wow this is awesome

  • @vijaykumarkr3956
    @vijaykumarkr3956 2 ปีที่แล้ว

    Finally its here,
    Thank you so much for this amazing POC,
    Is it possible to communicate between community User and Salesforce User from this ?

  • @AnilSingh-yd2qj
    @AnilSingh-yd2qj 4 ปีที่แล้ว

    This is really awesome..:)
    Nice demo Shivani & pranjal..

  • @SuryaPrakash-wv8jc
    @SuryaPrakash-wv8jc ปีที่แล้ว

    This is really great sir ! . Can you please tell how to connect with different user within the same salesforce org ? and how to implement SFU

  • @misterperfect9817
    @misterperfect9817 4 ปีที่แล้ว +1

    Ty for the nice video.
    There can be multiple users and we can try calling a specific user. How the call request goes to a specific user like based on what parameters?

    • @LightYagami-hu4ft
      @LightYagami-hu4ft 4 ปีที่แล้ว

      That is due to Locker services, try updating your Lightning component to less than 38 version, this will solve getUserMedia() problem

  • @nicolacantelli8637
    @nicolacantelli8637 3 ปีที่แล้ว +1

    First of all congratulations and thanks for the tutorial, I'm trying to use your suggestions to create a video call between two salesforce users, an agent and a customer. Except that from what you said, through the Platform Events, the message is propagated to all users connected to the org when you click on Initiate call, how can I do to send the request to a single user? Is there a possibility to make a 1-1 connection?

    • @Sa1xZzzz
      @Sa1xZzzz 2 ปีที่แล้ว

      Not sure if you have figured out this by now, but. I was using the following approach, basically on the Aura side i was checking if platformEvent.CreatedById matches with the id of current user.

    • @CrImeGodPLAYZONE
      @CrImeGodPLAYZONE ปีที่แล้ว

      Hey have you achieved connecting one user with another user ?

  • @sudipta009
    @sudipta009 4 ปีที่แล้ว

    Hi. Thanks for this nice video. How can i implement multiple user video calling?

  • @financialThinking102
    @financialThinking102 2 ปีที่แล้ว

    Congratulations and thanks for the tutorial, I'm trying to create a video call between a salesforce user and a community user is it possible to use this implementation in a community page?

    • @vijaykumarkr3956
      @vijaykumarkr3956 2 ปีที่แล้ว

      Same question for me, did you any-chance got solution for this ?

  • @DeepakKumar-nv7zq
    @DeepakKumar-nv7zq ปีที่แล้ว

    can we build this using LWC ?

  • @raghunandangupta7888
    @raghunandangupta7888 3 ปีที่แล้ว

    Can you please share the reference code or link ?

  • @bharathsharma6680
    @bharathsharma6680 4 ปีที่แล้ว

    Do we have any code repository or GitHub link to try out this

  • @1096krishna
    @1096krishna 4 ปีที่แล้ว

    Is webrtc free service? Anything paid involved here to do this?

    • @funzaniavideos4958
      @funzaniavideos4958 4 ปีที่แล้ว +1

      yes turn servers are paid there are free servers available but they are not production ready.

    • @1096krishna
      @1096krishna 4 ปีที่แล้ว

      @@funzaniavideos4958 Thanks for quick reply!