Forum Discussion
Microsoft team integrate with custom web application
ragup83 - Are are trying to create a meeting when user clicks on message? Or you want to join a meeting when user click on the icon? Could you please explain your scenario in more detail?
- ragup83Jul 01, 2020Copper Contributor
I want to join a meet when I click on the icon/link on the web page. I want to establish peer-to-peer communication like zoom and other communication platform support integration with a custom applications.
- Nikitha-MSFTJul 02, 2020Former Employee
ragup83 - Currently we cannot join meeting directly. You can create a meeting using graph api and provide a join meeting URL to the button. Try if that helps.
- ragup83Jul 03, 2020Copper Contributor
As you suggested, I did embed the meeting URL in the web application. When I tried to click on the link, the popup window(asking open Microsoft teams) is prompted and then the Microsoft Team UI is launched for attending the meeting.
Is there any way to suppress the popup window and launch the Microsoft Team UI directly when I click the meeting URL in the web page?