

AMAZON CHIME LOG IN INSTALL
Install AWS Copilot CLI before you start to deploy. This deployment example uses AWS Copilot CLI. Then, deploy example Rails application to your AWS environment. Open your meeting demo URL in your browser to access React Meeting Demo. You can see Amazon Chime SDK Meeting Demo URL in your deployment output.

deploy.js -r us-east-1 -b -s react-meeting-demo Push "Continue" and go to the private meeting room!ĭeploy application to your AWS environmentĪt first, install the latest version of AWS CLI and set up AWS credentials in your local environment.ĭeploy customized React Meeting Demo to your AWS environment: $ cd You can also try integration with customized React Meeting Demo from " Open React Meeting Demo" button. Login as the following test users to experience example Rails application by amazon-chime-sdk-rails: EmailĪfter creating a new meeting from any private room, you can join the meeting from " Join the Meeting" button in your meeting view. Now you can access example Rails application as in your browser.

Then, run example Rails application in your local environment: $ cd You can open in your browser to access React Meeting Demo. Run customized React Meeting Demo in your local environment: $ cd Run application in your local environment You can run customized React Meeting Demo and example Rails application by the following steps. This example Rails application is integrated with customized React Meeting Demo as a sample single page application using React and Amazon Chime SDK for JavaScript. You can see example Rails application in /spec/rails_app. You can also customize your meeting view using Amazon Chime SDK for JavaScript.
AMAZON CHIME LOG IN GENERATOR
Then, View Generator will create customizable meetings views which includes bundled Amazon Chime SDK from Asset Pipeline. js file and put it into Asset Pipeline for your Rails application. In addition to Controller Generator, Single Javascript Generator will bundle Amazon Chime SDK into a single. You can build your Rails application with Action View using amazon-chime-sdk-rails. See Develop your Rails Application with Action View for step-by-step instructions.

Develop your Rails Application with Action View This example application provides API integration with customized React Meeting Demo as a sample single page application using React and Amazon Chime SDK for JavaScript. $ rails g chime_sdk:controllers -r room -n apiĪmazon-chime-sdk-rails includes example Rails application in /spec/rails_app. amazon-chime-sdk-rails provides Controller Generator to create customizable meetings and attendees controllers in your Rails API application. You can build your Rails API application working with front-end application using Amazon Chime SDK. See Develop your Rails API Application for step-by-step instructions. See Actions defined by Amazon Chime for more details. This ensures that you have the necessary permissions for amazon-chime-sdk-rails in your server-side application. Grant these permissions to your IAM policy and assign it to your IAM user or role. See Configuring the AWS SDK for Ruby for more details.Īmazon-chime-sdk-rails requires IAM permissions defined as AWSChimeSDK AWS managed policy. You need to set up AWS credentials or IAM role for amazon-chime-sdk-rails in your Rails app. The install generator will generate an initializer which describes all configuration options of amazon-chime-sdk-rails. Then, in your project directory: $ bundle install
