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
3
votes
0 answers

Track user status in real time with amazon chime sdk

I have a messaging application (written with amazon chime sdk), that lets users to create channels and communicate over them. Also users can add each other to something like friend list. The next step I want to implement is let users track…
3
votes
0 answers

React-Amazon Chime: Remote user's video tile turns black when the local video is turned off

I am using Amazon-chime-sdk-js to create a video conferencing service with React JS. I am keeping track of a 'tileStates' array which includes both the local and the remote video tiles. The tileStates array is updated in the 'videoTileDidUpdate' and…
3
votes
2 answers

AWS Chime - assigning videos to tiles does not work as expected

I have an AWS Chime meeting setup in this fashion with 5 video tiles (video-tile-0 through video-tile-4): When the meeting is established, the observer callback audioVideoDidStart gets kicked off, at which point I bind my #local-video-tile var…
J_sdev
  • 341
  • 1
  • 13
2
votes
1 answer

AWS Chime turn on or off the local audio output

0 Hi guys i'm trying to create a button that disables my microphone in ws-chime,but not working with me when turn isAudioOn to false nothing seems to happen,the other user keeps listening to my sound import React from 'react'; import { …
2
votes
0 answers

Unexpected exception AccessDenied: User: arn:aws:iam::123456789:user/abc is not authorized to perform: sts:AssumeRole on resource: arn:aws:chime

I have to generate a federated token using AWS STS for an authenticated Cognito User in the Cognito Pool. The problem is that when I run the code by following the documentation of aws-docs it returns me with this error: unexpected exception…
2
votes
0 answers

Implementing custom video for broadcasting under AWS chime Android

We need to broadcast video using custom video processing from our camera source to other attendees under kotlin code level. We followed the given documentation but the camera video is showing black screen when the custom source is passed to the…
Prajwol KC
  • 398
  • 6
  • 13
2
votes
2 answers

AWS Chime Error - SDK Chat Demo - WebSocket close: 4401 Unauthorized

I'm trying to integrate the AWS Chime Demo Chat application into my react application. The Demo application works fine when ran individually. But after integrating it with my react app, I'm getting an error - [INFO] SDK Chat Demo - WebSocket close:…
2
votes
1 answer

Implementation of DeepAr with AWS chime on React Native (Live streaming)

We need to implement DeepAr with AWS chime on React Native. Currently live stream with AWS chime is done but facing problem to integrate DeepAr for broadcasting. DeepAr only is integrated for liver side but couldnot sent that frame towards the AWS…
Narayan Shrestha
  • 733
  • 8
  • 19
2
votes
0 answers

Chime SDK setDeviceLabelTrigger not requesting permissions after first returning a promise

I'm using Chime Javascript SDK. I firts make users join as view only, so they don't need to approve audio and video permissions in the browser. So, following the documentation, I'm just executing this: this.audioVideo.setDeviceLabelTrigger(() =>…
Santiago Mendoza Ramirez
  • 1,497
  • 2
  • 13
  • 26
2
votes
1 answer

How to build a "pure" web browser application client for Aws Chime?

I'm creating a meeting web application and at server side I'm using php sdk, everything is ok and I'm able to create meeting and attendees and get the returned data with ids, join tokens etc. Now I'm stucked on aws demo application client because it…
Éder Rocha
  • 1,538
  • 11
  • 29
2
votes
0 answers

Sharing screen WITHOUT audio? [amazon-chime-sdk]

I've been wondering how can I stop the audio stream even if the user checks the audio checkbox in the sharescreen Chrome pop-up. Is there any setting, any flag that I can tick as false that won't share the audio? The sharescreen popup I was jumping…
2
votes
1 answer

Virtual background in Amazon Chime

I have a question about Amazon Chime. I created a video chat using chime and was wondering if anyone could give me some tips on how to create a virtual background similar to Zoom's. I have already used tensorflow and have been able to make a blur…
2
votes
1 answer

AWS Chime - meeting has created - how to join to that meeting

I've created meeting using Amazon chime SDK in React js. Through this I can able to start a meeting. How some one can join to that meeting or add attendees to that meeting.
2
votes
2 answers

Integrate AWS Chime in Java application

I'm trying to build a Java Spring boot application that is used to Create/Join and chat by using AWS Chime. I've gone through the demo code provided by chime. But is running by node.js . Can anyone help me how to integrate and consume APIS of chime…
2
votes
2 answers

How to turn off webcam after ending meeting with amazon chime sdk

I've got a video conference website using aws-chime-sdk-js, and I've got a button that stops the current meeting. The problem is that I can't get the webcam to stop showing itself as recording (led light and red icon), even after following these…
1
2 3 4 5 6