Automating Teams Meeting Creation and Recording Upload to SharePoint: Issue with Recording Upload
Lal Krishna
0
Reputation points
Requirement: I am developing functionality to create Teams meetings as an organizer via an API with the following requirements:
- Create a Teams meeting as the organizer.
- Add two external users to the meeting.
- The organizer will not join the meeting.
- External users should be able to join the meeting without waiting in the lobby.
- The meeting recording should start automatically when any participant joins.
- The recording should be uploaded to SharePoint after the meeting ends.
What I’ve Done So Far:
- Created a Teams online meeting using the organizer's user ID and added two external users.
- Used calendar events to reflect the meeting, ensuring email invitations are automatically sent to participants.
- External users are able to join the meeting successfully, and the recording starts as expected.
Problem: After the meeting ends, the recording fails to upload to SharePoint. I need help resolving this issue.**
**
Sign in to answer