Questions tagged [aws-chime-sdk]

The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice Connectors.

The Amazon Chime API Reference provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes. It also includes some server-side API actions to use with the Amazon Chime SDK.

89 questions
2
votes
0 answers

How to enable meeting recording for AWS chime server based application?

I want to record AWS chime meeting and save to S3. The demo provided in the documentation is only for serverless app. How to record a server based app?
Neo
  • 43
  • 5
2
votes
0 answers

Amazon Chime SDK for ReactJs

I'm following the documentation to integrate the Amazon Chime into my Web App made with React but I got stuck at this part: await fetch('/my-server');. I have created a Chime account and invited two users that could attend a test meeting, but I…
Maturano
  • 951
  • 4
  • 15
  • 42
2
votes
0 answers

AWS Chime SDK | support to schedule moderated meetings

Amazon Chime App supports Scheduling moderated meeting Is it possible to schedule meeting with amazon chime SDK? tried to find out possible solutions but didn't work. Thanks in advance.
Pujaba Zala
  • 123
  • 10
2
votes
0 answers

AWS CHIME SDk for javascript join a meeting through link

i need to make a link throug which one can join the meeting. I'm currently using the demo sample of AWS chime SDK for javascript. or if I can use the meeting ID to let the participants use it to join the meeting..
PHP buddy
  • 31
  • 2
2
votes
3 answers

Is Amazon Chime GDPR compliant?

We are building a video call application utilising Amazon Chime SDK. Our application serves customers in the UK and need to be GDPR compliant. Amazon Chime's compliance info page doesn't explicitly state anything in relations to GDPR compliance.…
emecheon
  • 307
  • 3
  • 10
1
vote
0 answers

Is there a way to update headers of Chime Messaging API of aws-sdk/clients/chimesdkmessaging in ReactJs?

I am using aws-sdk/clients/chimesdkmessaging to make requests to get/delete/send channel messages. But the issue is that the temporary credentials are expired after 1 hour and I cannot use the services without renewing the credentials. I am able to…
Sangeet
  • 145
  • 3
  • 9
1
vote
0 answers

Amazon chime SDK - Video not stopping when stopLocalVideoTile() is called

When on a video call and the stopLocalVideoTile() method is called (by clicking a button). I have also tried using removeLocalVideoTile() but it seems the videoTileWasRemoved() method never gets called Here is the videoTileDidUpdate method. Any…
1
vote
2 answers

AWS Chime Messaging: How to add a new user to a channel using the JavaScript SDK

I'm building the back-end of a meeting app that will use AWS Chime Messaging SDK for JavaScript. The idea is that when a user enters a meeting, an AppInstanceUser is created and associated with the Channel of that meeting. Creating the channel and…
G. Hruschka
  • 814
  • 1
  • 6
  • 11
1
vote
0 answers

How to integrate amazon chime with reactjs?

I am using amazon IVS service with amazon chime. I am facing difficulty while integrating chime with our application. What step I follow to integrate it ? Could you please help me how to get chime API URL and my service region is 'us-east-1'. Chime…
1
vote
0 answers

Online/Offline status in aws chime sdk

A user's online/offline presence can be determined in AWS Chime webapp,but there is no User Presence indicator feature in aws chime SDK.Why?And how to implement it in AWS Chime SDK.
1
vote
0 answers

aws chime - stretch video tile vertically

Please be informed, we are using aws chime single js sdk to create a chat room. Its working perfectly fine but our dimensions only increase proportionately for example its dimensions only work if it is 400 width and 250 height and not the other way…
Ahamed
  • 163
  • 1
  • 10
1
vote
1 answer

How do I use a custom hook inside of useEffect?

I'm working with Amazon's Chime SDK Component Library for React. The component library has a number of components and hooks available for use. One of the component is . The problem is that it starts with the video disabled. In order to…
Dave Mackey
  • 4,306
  • 21
  • 78
  • 136
1
vote
0 answers

AWS Chime SDK video doesn't work on mobile

I built a demo Chime app using the SDK, I used this demo to deploy it: https://aws.amazon.com/blogs/business-productivity/building-a-meeting-application-using-the-amazon-chime-sdk/ When I test it on mobile and try turning on the video, it flashes on…
1
vote
1 answer

Credential should be scoped to a valid region when creating AWS-chime meeting

let meetingId = null; let meeting = null; let clientId = 2017; meetingId = uuid(); var region = await getNearestMediaRegion(); const chime = new AWS.Chime({ region: region }); …
Bhadresh
  • 239
  • 2
  • 12
1
vote
2 answers

Is Amazon Chime SDK available for India?

I wanted to build Video, audio calling and chat feature in my website and need some Communication SDK. So thought of using Azure Communication Services i.e ACS but it is not available for India and has data location as Asia Pacific so tried an…