'How to click join button of Microsoft Teams meeting session opened on browser programmatically using javascript
I want to click Join button of teams meeting opened on browser using javascript. How to click Join button of Microsoft Teams meeting session opened on browser programmatically using javascript
Solution 1:[1]
Adding answer from the comment section:
Join button is the part of a Microsoft Teams product and it's event handler is not exposed to develop 3rd party apps for now. Hence you can not access it using JavaScript.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ChetanSharma-msft |
