Amazon Chime is a communications service that can be used for online meetings, video conferencing, calls, and chat. Developers can use Amazon Chime with the AWS SDK or AWS Command Line Interface (AWS CLI) to perform such tasks as managing users, or integrating webhooks and chat bots with Amazon Chime. The Amazon Chime SDK can be sued to build real-time media applications that can send and receive audio and video and allow content sharing.
Questions tagged [amazon-chime]
71 questions
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
A bookmarklet code to send a same message each time in IM
I am looking to create a bookmarklet were it can send the same message each time.
I am using amazon chime as IM
When a bookmarklet is clicked, it will auto type a message (shown below in image2) and then it must auto hit send button
…

Code Guy
- 3,059
- 2
- 30
- 74
1
vote
0 answers
Error while importing NativeMobileSDKBridgePackage when using amazon chime integration into existing react-native project
While following the documentation provided on github to integrate chime into existing react-native project, this line
packages.add(new NativeMobileSDKBridgePackage());
throwing error. Even after adding import as
package com.abc.mainFolder;
import…

Suhail
- 21
- 2
1
vote
1 answer
Unable to bind Amazon Chime VideoTile to
I'm creating angular client using Chime JS SDK. I'm able to create meeting and add attendees to the meeting. However there is no clear documentation on how to bind video tiles to UI on Angular. I'm trying this on videoTileDidUpdate event:
const…

Chandra Eskay
- 2,163
- 9
- 38
- 58
1
vote
0 answers
Can Amazon Chime Screen Sharing feature is possible with react native application?
I am trying to add the screen sharing feature in react native app using the Amazon Chime SDK but i can't find any code or any reference from any platform so I am asking this question is it possible or not?

Third Digital
- 11
- 3
1
vote
0 answers
Video calls in Ionic application are not working on devices (but are working in the browser)
We are developing an Ionic application and we want to use Amazon chime to organize video calls between two clients. SDK is connected, permission to use the camera is received, there are no errors in the console, but after the start of the call, the…

Ralitsa
- 11
- 1
1
vote
1 answer
AWS Chime videoTileDidUpdate loops through tiles too many times
Why does videoTileDidUpdate loop through each tile 4 times?
This is the basic demo hook up for AWS Chime SDK js.
const observer = {
audioVideoDidStart () => {
//Start our local user video
var localTileId =…

J_sdev
- 341
- 1
- 13
1
vote
0 answers
AWS Chime SDK js does not recognize video and audio elements
I am attempting to get the basic tutorial for the AWS Chime SDK to work in our application and the meetingSession.audioVideo.listVideoInputDevices() always returns nothing/null.
I am running this on lastest chrome, my operating system is a windows…

J_sdev
- 341
- 1
- 13
1
vote
1 answer
How to give option mute all attendee in amazon chime?
I need to give option to one attendee to mute all other attendee in amazon chime.I am using amazon-chime-sdk-js.

Saddam Husain
- 11
- 3
1
vote
1 answer
Integrate Amazon Chimes in Unity 3D
I am developing a game in Unity 3D which requires Amazon chime integration in it. However, I couldn't find any documentation for the same. Please help.

Nitin
- 21
- 1
1
vote
2 answers
Amazon Chime SDK | SQS notiification detailed analysis
I've successfully configured notifications for AWS Chime meetings (meetings are handled with SDK).
Main goal behind configuring notifications(SQS) is to keep track of all the meetings those are created and how many participants are joined.
Is there…

Pujaba Zala
- 123
- 10
0
votes
0 answers
aws chime sdk -js mute attendee
I am using amazon-chime-sdk-js v3.14 is there any way to mute specific attendee and also mute all of attendee
also been using amazon-chime-sdk-component-library-react
I did tried sendData message way to mute but it isn't working

Himanshu
- 1
- 1
0
votes
0 answers
Is there a way to programmatically join an AWS Chime SDK meeting with a variable number of attendees?
I successfully built a React + Electron application to create and join meetings using AWS Chime SDK. I want to build a tool or small app of some sort that I can use to join a started meeting programmatically with a given number of dummy attendees,…

Teslo.
- 471
- 2
- 9
- 22
0
votes
0 answers
Posting a copied picture directly to Amazon Chime from Excel
Afternoon all, kind of a specific request!
I currently have a project that posts directly to Amazon Chime using the following code:
Sub MessageChime(WebHook As String, MessageContent As String)
Dim oHttp As Object
Dim body As String
body…

Mike T
- 43
- 5
0
votes
0 answers
getting issue in build after upgrade aws-chime-sdk
I upgrading aws chime 3.6.0 to 3.14.1
after updating package i getting error while building
ERROR in ./node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js 9:30
Module parse failed: Unexpected token (9:30)
You may need an…

Himanshu
- 1
- 1