https://github.com/100mslive/proctor-vanilla-js-poc
https://github.com/100mslive/proctor-vanilla-js-poc
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/100mslive/proctor-vanilla-js-poc
- Owner: 100mslive
- License: mit
- Created: 2024-08-14T06:32:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T03:48:10.000Z (almost 2 years ago)
- Last Synced: 2025-06-11T22:50:04.187Z (about 1 year ago)
- Language: HTML
- Homepage: https://proctor-vanilla-js-poc.vercel.app
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proctoring PoC
This shows how multiple instances of 100ms SDK can be run in separate iframes
### Steps
- Clone the repositor
- Install dependencies
```bash
npm install
```
- Start internal app
```bash
npm run dev
```
- Open the main app which hosts multiple iframes`
```bash
open proctor.html
```
- Paste the auth token for subscriber in the token form on top-left. This token will be used to join respective room.