Forum Discussion

codeRN021's avatar
codeRN021
Copper Contributor
Sep 24, 2024

Issue with Joining Microsoft Teams Meeting Directly from React Native App Using Azure Communication

I am currently working on integrating Azure Communication Services into a React Native app to enable direct joining of Microsoft Teams meetings. I have followed the official Azure repository for React Native: https://github.com/Azure-Samples/communication-services-ui-library-react-native

Problem Description

The issue I am encountering is that, after providing the access token and Microsoft Teams meeting link, the app does not behave as expected. Instead of directly joining the meeting, the user is redirected to an input fields screen, requiring additional interaction. My goal is for the app to join the Microsoft Teams meeting immediately after entering the access token and meeting link, without any intermediate screens.


Issue

 

When clicking "Join Call," instead of seamlessly joining the Microsoft Teams meeting, the app redirects to an input fields page. This step is unnecessary in my use case, as I want the app to join the Teams meeting directly. I am unsure whether this issue is due to an incorrect setup in the Azure Communication Services configuration or something related to the code implementation.

Could someone please assist me in resolving an issue where my app redirects to an input fields page instead of joining a Microsoft Teams meeting directly? Thank you!

  • codeRN021's avatar
    codeRN021
    Copper Contributor

    I've been facing this issue for the last 15 to 20 days. Could you please show me a solution regarding it? This is a high-priority task, and I would greatly appreciate any assistance in resolving it


Resources