Forum Discussion
Any available API for live transcript of a meeting
Hi,
Where did you find the endpoint? Because obviously the reference doc does not have it and also corresponding resource is provided by another endpoint which is
GET me/onlineMeetings/{meetingId}/transcripts/{transcriptId}/content
GET users/{userId}/onlineMeetings/{meetingId}/transcripts/{transcriptId}/content
Also in the page, there is no information that this API returns live transcription. When we say live I understood as real-time during the meeting we could access the transcription.
celenmeh Facing the same issue Nivedipa-MSFT, one more question though, i would need the live transcript for 1 on 1 calls instead of meetings is that possible as well? or are you guys gonna implement that?
- ChetanSharma-msftNov 28, 2023
Microsoft
Hello Everyone - Sorry for delay in response.
Currently we don't have any API to fetch live meeting transcript but you can get once the meeting is over:
Reference doc link: https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/overview-transcripts
Sample link: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meetings-transcription
For live meeting transcript: we recommend you give your valuable feedback here: https://feedbackportal.microsoft.com/feedback/forum/ad198462-1c1c-ec11-b6e7-0022481f8472- r_o_c_k_D_o_l_lApr 22, 2024Copper ContributorCan you receive transcript without recording meeting?
Is it the same transcript that is generated by live caption engine just in a single container for the whole meeting? Or they are physically different text-to-speech engines?- vikram-MFSTMay 02, 2024Brass Contributor
Hello r_o_c_k_D_o_l_l
Yes, you can receive a transcript without recording the meeting. The transcript generated by the live transcription feature in Teams is the same as the one generated by the live captioning, except that it is saved in a single file for the whole meeting. They both use the same text-to-speech engine to convert the audio to text. This means that the transcript you receive is indeed generated by the live caption engine and is available after the meeting ends.
Could you please refer this documentation :
https://learn.microsoft.com/en-us/microsoftteams/meeting-transcription-captions
- BenissimoNov 28, 2023Copper ContributorAlright so do you have other options on maybe how to get the audio itself? i've ran into quite some issues trying to do so.
- Prasad_Das-MSFTNov 30, 2023
Microsoft
Benissimo - Currently there is no such option available.