cloudflare / cloudflare/realtimekit-web-examples
Cloudflare Realtime Kit documentation (possibly) missing vital pieces re token.
- Dominant language
- TypeScript
- Stars
- 67
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Hello Cloudflare
Have followed your "Getting Started" but think either I have missed something or documentation is missing.
Did following steps in order to set up the most simple html only demo.
so
npm install -g pnpm
git clone https://github.com/cloudflare/realtimekit-web-examples.git
cd realtimekit-web-examples
pnpm install
cd react-examples/examples/default-meeting-ui
pnpm run dev
At this point I get
Local: http://localhost:5174/default-meeting-ui/
Upon opening I get error
"An authToken wasn't passed, please pass an authToken in the URL query to join a meeting."
And spinning load.
"For more detailed instructions, please refer to the README.md file within each example's directory."
So I am assuming I need to add authToken somewhere but the readme has no more info on how this project is supposed to be set up , or where tokens are supposed to be kept in this simple html example.
Or I am missing it somewhere?
Hoping someone can help with documentation. Thanks
Contributor guide
Research direction
Start with README.md files in the example directories and the react-examples/examples/default-meeting-ui entry point. Follow the documented setup and determine where the authToken is expected for the local demo. Done means the README explains how to obtain, supply, and use the token so the example can join a meeting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- documentation, web-dev
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100