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
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