This project was bootstrapped with Create React App.
Run the following:
git clone https://github.com/dolbyio-samples/meet-dolbyio-generic.git
cd meet-dolbyio-generic
Before using the SDK in your project, find your Consumer Key and Consumer Secret by following these steps:
- Select the
SIGN IN
link located in the upper right corner of the Dolby.io page. Log in using your email and password. - Click the
DASHBOARD
link visible in the upper right corner of the website. - Select your application from the
APPLICATIONS
category located on the left side menu. - Select the
API Keys
category from the drop-down menu visible under your application. - In the
Interactivity APIs
section, you can access yourConsumer Key
andConsumer Secret
.
Ensure that you enter in your Dolby.io Credentials in /src/utils/voxeetUtils.js
. That is, replace the placeholder text in:
const consumerKey = '<DOLBYIO_COMMUNICATIONS_API>';
const consumerSecret = '<DOLBYIO_COMMUNICATIONS_SECRET>';
with the credentials from your application, found here: https://dolby.io/dashboard/applications/summary
After all credentials are set, you can run with:
npm install
npm run start