-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to start recording c# SDK S3 Bucket Issue #1942
Comments
@DhavalKholiya3 Can you please take a look at this issue? - #1558 Let us know if this helps. thanks. |
Adding a blog link for reference - https://aws.amazon.com/blogs/business-productivity/capture-amazon-chime-sdk-meetings-using-media-capture-pipelines/ |
Thanks It's resolved now meeting is getting recorded. Now I am looking on how to generate single from from multiple recorded chunks. I am using .Net sdk for meetings and single JS for meetings. Can you provide sample code or solution for .NET how to concat this recording files in single file? |
You can check the section Demo for combining the meeting artifacts in the above shared blog. |
I am already referring this demo. But we are using .net SDK in our project not node js.
|
Hi,
|
I am using .net sdk for meetings. I am trying to start recording but following getting exception
I have tried to assigned all the required permissions to user and also created bucket as public but I am still getting following error.
Please suggest me possible solutions.
S3 Bucket policy not valid/present for Sink arn:aws:s3:::chimemeeting/df8e8ebe-841a-4ef0-8815-a686630f0706/
following is my code snippets
public async Task start_capture(string title = "")
{
string result = "";
try
{
// set up client
var chimeClient = new AmazonChimeClient(accessKeyId, secretAccessKey, RegionEndpoint.USEast1);
The text was updated successfully, but these errors were encountered: