-
Notifications
You must be signed in to change notification settings - Fork 0
Add quick setup instruction #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.vscode/launch.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This allows to start docs directly from vscode, without need to run yarn start
from terminal. Quite useful IMO
@@ -130,5 +130,3 @@ dist | |||
.pnp.* | |||
|
|||
build | |||
|
|||
.vscode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (non-blocking): I wouldn't add the whole folder into the repo as developers have their project configs.
You can whitelist a file using an exclamation mark.
!.vscode/launch.json
guide/index.md
Outdated
|
||
### Show other participants | ||
|
||
Fetching other participants of your room, can be done with `us` hook. And to display their video stream, you can use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo:
Fetching other participants of your room, can be done with `us` hook. And to display their video stream, you can use | |
Fetching other participants of your room, can be done with `useParticipants` hook. And to display their video stream, you can use |
Description
Add quick setup instruction and few small configuration changes