Open Githamza opened 5 years ago
@Githamza
The recording time limit of 300 seconds is by-design. This API is not intended to be able to record an entire call or meeting, but instead capture short user responses to prompts. The application must also download the recording (if it wishes to preserve the audio) shortly after the recording is completed, as the platform will discard its copy of the recording after a few minutes.
Thanks for your reply ,
Any future feature to record an entire call ?
@Githamza Yes, we do plan on exposing call/meeting recording capabilities in the upcoming quarters.
@VinodRavichandran The plan for "call/meeting recording capabilities" and recordings >300s will be implemented via the Graph API , in the upcoming quarters? or via the Stream public API (roadmap for Q2 2020) ?
@stefan2410 We will know the answer to your question once we finalize on the details of the design to implement this feature.
+1 for increasing the recording time limit to an entire call.
Any update on recording entire call, don't know how much the time call takes place
I would record a call on teams using Graph API. As mentionned in documentation .
I make a request
I get the response with file locatop,
Actual problem
When I request the location url and get the file , the maximum duration of the audio file is 300s
Expected behaviour
Be able to extend the recording time to longer than 300 s ( 5min ) ?
Thanks