Explore the capabilities of SDK products through this sample application.
-
Choosing the Domain:
- Select your desired domain.
-
Entering SSO Token and Host ID:
- Input your SSO token and host ID.
- Click on
Submit
to proceed.
-
Entering the Access Code:
- For the Simple Meeting Sample App, an access code is required. The access code is the conference number found in the
Meet
dashboard.
- For the Simple Meeting Sample App, an access code is required. The access code is the conference number found in the
-
Using the Application:
- Once logged in, you're ready to explore the various features of the Iotum product suite through the Menu page.
Note: For guidance on retrieving the SSO Token and Host ID via Postman, refer to the project's Postman Documentation.
-
Modify your system's hosts file by adding "127.0.0.1 localhost.callbridge.com".
-
Install Node.js.
-
On Windows, install Git.
-
Clone the repository:
git clone https://github.com/iotum/iotum-samples.git
. -
Run
npm install
in the terminal or Git Bash. -
Start the web app with
npm start
.
- The Sample App utilizes a GitHub Actions Workflow script for automatic build and deployment. Pushing changes to the main branch will automatically update the GitHub Pages site.
- If widgets do not load properly, try running the app with the command:
HTTPS=true npm start
.