Integrate Azure Communication Services Calling into a React App

Поділитися
Вставка
  • Опубліковано 9 кві 2023
  • In this 17-minute developer focused demo, Dan Wahlin focuses viewers on the front-end and on web components. Start by installing front-end app packages - azure/communication-common and azure/communication-react. Define an ACS user identity, and token and Teams meeting link. Create an ACS credential, callAadapterArgs. and the ACS callAdapter that’s passed to the CallComposite component - the wrapper around various functionality that enables audio/video calling to happen. This is part 3 in a 6-part series.
    This PnP Community demo is taken from the weekly Microsoft 365 Platform Community call recorded on February 21 2023.
    Demo Presenter
    • Dan Wahlin (Microsoft) | @DanWahlin
    Supporting materials
    • Repo - Microsoft Cloud Integrations (code samples, videos, documentation) | github.com/microsoft/microsof...
    • Tutorial - Audio/Video Calling from a Custom App into a Teams Meeting | aka.ms/mscloud-acs-teams-tutorial
    • Tools - Azure Communication Services UI Library | aka.ms/acs-ui-library
    • Documentation - What is Azure Communication Services? | learn.microsoft.com/azure/com...
    ACS Series Demos
    • Demo 2 - Create an Azure Communication Services Resource - Dan Wahlin (Microsoft) | @DanWahlin (2/14)
    • Demo 1 - Getting Started with Azure Communication Services, Microsoft Graph, and Microsoft Teams - Dan Wahlin (Microsoft) | @DanWahlin (2/7)
    • Demo 0 - Introduction to Azure Communication Services - Tomas Chladek (Microsoft) | @tomaschladek2 (1/31)
  • Наука та технологія

КОМЕНТАРІ • 6

  • @presolved
    @presolved Рік тому

    This is helpful!!

  • @tanmeyakansal9772
    @tanmeyakansal9772 8 місяців тому

    For a custom to custom app calling do we use the same access token or 2 different tokens are required?

  • @user-xe5vi3pg9z
    @user-xe5vi3pg9z 6 місяців тому

    Hi, would it possible to end teams meeting from calling app. I see we can join a call but would like to know how we can perform operation like endMeeting from the app itself.

  • @prodevus
    @prodevus 10 місяців тому

    Does this work with React Native?

    • @pease7227
      @pease7227 10 місяців тому

      Kindly let me know if you've gotten an alternative for react native because it doesn’t yet work on a react native app.

    • @tanmeyakansal9772
      @tanmeyakansal9772 8 місяців тому

      @@pease7227 for react native app does it not work at all or it works but has intermitent issues like random disconnects at any time?