How to used:
-
Microsoft Azure App Registration:
- You need to register your Joomla site as an application in Microsoft Azure to use Microsoft Graph API.
- Visit Azure Portal and create a new app registration.
- Configure API permissions for Microsoft Teams (delegated permissions for
Calls.AccessMedia.All
,OnlineMeetings.ReadWrite
, etc.). - Generate client ID, client secret, and redirect URI for OAuth authentication.
-
Microsoft Graph API:
- This API allows you to create meetings, manage calls, and interact with Microsoft Teams resources.