Git Product home page Git Product logo

flect-chime-sdk-demo's People

Contributors

w-okada avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

flect-chime-sdk-demo's Issues

Cant change to back camera (Android)

Hi everyone,
i have an issue,
I'm running the demo but I can't select the back camera from dropdown menu ( Select Device ) on my android device, when I select Back Camera immediately changes to Front Camera, but in iOS works well.

I tried with 3 android devices and error still happens, Do you know what's happening?

thanks and hope you have a great day.

room create できない問題

おはようございます

よく質問してすみません。

先輩がアップしたバージョンで実行すると、写真のようなエラーが発生します。

部屋が作られない理由が知りたいです

助けてもらえますか

1

2

ありがとうございました!

QUESTION - BGM from server

Hi, I saw your response to my questions on your BGM/SE with Amazon Chime SDK article. I had asked about whether or not it was possible to add background music to a Chime meeting from the server side, and you had mentioned:
"Normaly We can not. But I have some workaround to do this. But some additional inspection is needed."

I was wondering if you were willing to elaborate, or if a follow-up article related to this might be in the works?

Thank you for sharing your insights!

OneTimeCode SignInError

Hello,

I try to use OneTimeCode, however, whenever I click, it is always an error like below:
image

Have you encountered such an issue?

Best regards,
Sebastian

Frontend5 - Getting some error while joining meeting room

I have sucessfully setup backend but frontend5 UI is not working fine
I created user in aws cognito and can login - success
I create a meeting - success

but if I try to join the meeting it goes well till waiting room and device selection works fine but on final step joining time it gives this error.
image

image

looks like ome issue with src/pages/030_meetingRoom/MeetingRoom.tsx file in render() method

Should I used another branch instead of master? Feature I am looking are 1.Muting 2.Recording meeting


Compilation log for reference

$ npm run build

> [email protected] build
> run-s clean copy:backendinfo copy:slackinfo copy:resources webpack:build


> [email protected] clean
> rimraf dist/*


> [email protected] copy:backendinfo
> node bin/importBackendSetting.js

{
  'nob-039-ss-009': {
    UserPoolClientId: '4a53l8kjqm5qoooam3fa6fehto',
    UserPoolId: 'us-east-1_MhydQWbf1',
    BucketDomainName: 'nob-039-ss-009-bucket.s3.amazonaws.com',
    Bucket: 'nob-039-ss-009-bucket',
    DemoEndpoint: 'https://d3jin65eppi4e0.cloudfront.net',
    RestAPIEndpoint: 'https://um48vwmgai.execute-api.us-east-1.amazonaws.com/prod/',
    CDNComainName: 'd3jin65eppi4e0.cloudfront.net',
    WebSocketEndpoint: 'wss://1gc0bjcz99.execute-api.us-east-1.amazonaws.com',
    DistributionId: 'E18NM6Q2RGTC4A',
    ChimeAPIEndpointA81918E8: 'https://um48vwmgai.execute-api.us-east-1.amazonaws.com/prod/',
    BucketWebsiteDomainName: 'nob-039-ss-009-bucket.s3-website-us-east-1.amazonaws.com'
  }
}
nob-039-ss-009
{
  UserPoolClientId: '4a53l8kjqm5qoooam3fa6fehto',
  UserPoolId: 'us-east-1_MhydQWbf1',
  BucketDomainName: 'nob-039-ss-009-bucket.s3.amazonaws.com',
  Bucket: 'nob-039-ss-009-bucket',
  DemoEndpoint: 'https://d3jin65eppi4e0.cloudfront.net',
  RestAPIEndpoint: 'https://um48vwmgai.execute-api.us-east-1.amazonaws.com/prod/',
  CDNComainName: 'd3jin65eppi4e0.cloudfront.net',
  WebSocketEndpoint: 'wss://1gc0bjcz99.execute-api.us-east-1.amazonaws.com',
  DistributionId: 'E18NM6Q2RGTC4A',
  ChimeAPIEndpointA81918E8: 'https://um48vwmgai.execute-api.us-east-1.amazonaws.com/prod/',
  BucketWebsiteDomainName: 'nob-039-ss-009-bucket.s3-website-us-east-1.amazonaws.com'
}
create sync.sh
bucket: nob-039-ss-009-bucket
generate access url
generate invalidation script

> [email protected] copy:slackinfo
> cp ../slack-chime-connect/app/src/slack/http_request.ts src/pages/100_federattion/101_slack/


> [email protected] copy:resources
> node bin/list_resources.js && mkdir -p dist && cp -r public/* dist/


> [email protected] webpack:build
> webpack --config webpack.config.js

asset index.js 26.6 MiB [emitted] (name: main)
asset ./index.html 282 bytes [emitted]
orphan modules 4.77 MiB [orphan] 6441 modules
runtime modules 1.16 KiB 6 modules
cacheable modules 25.3 MiB
  modules by path ./node_modules/ 25.1 MiB 482 modules
  modules by path ./src/ 192 KiB
    modules by path ./src/pages/ 134 KiB 32 modules
    modules by path ./src/providers/ 49.9 KiB 9 modules
    modules by path ./src/*.tsx 2.94 KiB
      ./src/index.tsx 185 bytes [built] [code generated]
      ./src/App.tsx 2.76 KiB [built] [code generated]
    ./src/BackendConfig.ts 775 bytes [built] [code generated]
    ./src/constants/index.ts 1.38 KiB [built] [code generated]
    ./src/common/exception.ts 2.41 KiB [built] [code generated]
webpack 5.65.0 compiled successfully in 19808 ms

Cannot find module 'aws-cdk-lib' or its corresponding type declarations.

Node version : v12.22.6
NPM version : 6.14.15

$ npm run build_all

[email protected] build_all /var/www/flect-chime-sdk-demo/backend
npm run build && npm run build:lambda && cdk deploy --outputs-file cfn_outputs.json

[email protected] build /var/www/flect-chime-sdk-demo/backend
tsc

node_modules/@aws-cdk/assert/lib/expect.d.ts:1:22 - error TS2307: Cannot find module 'aws-cdk-lib' or its corresponding type declarations.

1 import * as cdk from 'aws-cdk-lib';
~~~~~~~~~~~~~

node_modules/@aws-cdk/assert/lib/expect.d.ts:2:22 - error TS2307: Cannot find module 'aws-cdk-lib/cx-api' or its corresponding type declarations.

2 import * as api from 'aws-cdk-lib/cx-api';
~~~~~~~~~~~~~~~~~~~~

ソースコード修正方法に関するお問い合わせ

environment: windows10

おはようございます
本当にいいソースを提供してくださってありがとうございます。
私は開発初心者です。
先輩のソースコードを 修正して使いたいんですが
frontendコードを修正してbuild以降にsync.shを実行してもfrontendは変わりません。

reactソースを修正したいですが、どうすれば良いのか知りたいです。

不足な日本語の実力、すみません。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.