Forum Discussion
KevynMarinho
Sep 06, 2021Copper Contributor
embed teams call on website
Hi everyone, I'm trying to embed a Teams meeting inside an iframe, I've read something about Azure Communication Services, but I dont know even if are the same thing. I've created a Teams meeting w...
- Sep 13, 2021
Hi KevynMarinho,
Currently this is not supported. You will need to attend meeting from teams only which is the default behavior. You can raise user voice here https://microsoftteams.uservoice.com/
Microsoft focuses on customer feedback and some features may be implemented in future.Thanks
Prithvi-MSFT
Sep 07, 2021Former Employee
Hi KevynMarinho,
From the question it seems you want to embed teams join meeting URL in your website. Is is correct ? If that is the case, you can add a simple button on click of which you will be redirected to the meeting url.
You can add button and add click event on it which will open the meeting url.
You can open the url on button click using below code in your onClick function
window.open(url, "_blank"); where url will be the meeting url.
Please let us know if this is not clear or if you have any more queries.
Thanks
From the question it seems you want to embed teams join meeting URL in your website. Is is correct ? If that is the case, you can add a simple button on click of which you will be redirected to the meeting url.
You can add button and add click event on it which will open the meeting url.
You can open the url on button click using below code in your onClick function
window.open(url, "_blank"); where url will be the meeting url.
Please let us know if this is not clear or if you have any more queries.
Thanks
KevynMarinho
Sep 08, 2021Copper Contributor
Hi Prithvi-MSFT, actualy, what I need is embed all the meeting inside my site, it will works like a class room, and i wuold like to maintain the atendees on my site instead to go to microsoft teams site
- Prithvi-MSFTSep 13, 2021Former Employee
Hi KevynMarinho,
Currently this is not supported. You will need to attend meeting from teams only which is the default behavior. You can raise user voice here https://microsoftteams.uservoice.com/
Microsoft focuses on customer feedback and some features may be implemented in future.Thanks