Azure Communication Group calling hero sample Application Recording

Anil 1 Reputation point
2022-02-13T19:20:36.657+00:00

I Clone the azure communication-services-web-calling-hero public-preview branch code, I gave the details of RecordingBlobStorageConnectionString and RecordingContainerName. When I click the recording it will generate into recordingId and click stop, stop the recording, It's working fine but when I click the link it will be shown empty URL and I check into the blob storage container no file save the container. I don't have any issue with recording start-stop but I am unable to see the recording file. Please guide me on this issue.

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,241 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2022-02-15T17:11:09.927+00:00

    Thanks for asking question! Like the rest of the sample, recording start/stop only needs to the ACS connection string. But storing it in blobstore needs more setup.

    As you have provided these connection strings. There's one more setup step and you need to create a webhook event subscription in the ACS resource:

    Comparing main...GroupCallingHeroSampleWithRecording · Azure-Samples/communication-services-web-calling-hero (github.com)

    This is needed so that your sample server can be notified by ACS when a new ACS recording becomes available.

    Hope this helps, Let us know.

    0 comments No comments

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.