Can i get private preview access for download recorded files using eventgrid or do we have any alternative solution?

Syam Kumar 21 Reputation points
2022-07-27T06:49:35.28+00:00

I have created a training session meeting app for instructors and attendees using azure communication services, angular and .net core. It supports video, audio, chat and screenshare. Now I would like to implement the recording feature. I have used the beta version of calling sdk and implemented start and stop recording feature and its working fine.

I need to download these recorded files using event grid subscription. I have created one topic and tried to download that file. But eventgrid is not producing the event and I need the private preview access for this. I have submitted the form and could not get any response from Microsoft side.

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,242 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
456 questions
{count} votes

Accepted answer
  1. Ebraheem Al-Muneyeer (MSFT) 961 Reputation points Microsoft Employee
    2022-07-27T14:22:11.497+00:00

    Hi @Syam Kumar , the recording feature is in public preview, and you do not need to submit for private preview to be able to download the recording. We have a working sample here public-preview which you can use as starting point.

    Once the recording is ready, did you check your event metrices in Azure portal? Did you see the event there?

    You can access the metrices in Azure portal by: Select your Azure Communication Services resource --> select Events blade and you should see events there

    Also, it will be great if you can try to delete the already existing event and try to recreate it.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.