You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
Our team built a solution for Microsoft Teams users who has missed their meeting and want to read a summary of the key points. Our user can select the meeting from their drive and have an email sent to them with the summary.
Our Blazor web application, access a user's Drive from Microsoft Graph and displays all the Teams they have joined.
The user is able to view recordings saved on their sharepoint drive.
Clicking the Summarize button for the corresponding meeting will prompt the application to send the user a summary of the meeting.
The application has not been able to successfully send an email to the user:
One of the issue's related to meeting recording's .mp4 format, which is not an acceptable file format for Azure's Speech-to-Text API
A fix: implement another layer of logic and pass the .mp4 recording to Azure Media Services (to convert .mp4 file to WAV file before calling the Speech-to-Text API)
This Hackathon has been a lot of fun and a great learning experience for everyone on the team. We all have never coded in C# and this opportunity has taught us a lot. Thank you for hosting an amazing event and for answering our questions during the live sessions.