Skip to content

Commit

Permalink
Make todos parsable
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasHubelbauer committed Dec 29, 2019
1 parent 17f5a2e commit fc07067
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Expand Up @@ -65,16 +65,22 @@ Firefox screenshot capture (in development):
- `./cmd/firefox-screenshot/cmd.sh peer`
- `./cmd/firefox-screenshot/cmd.sh offerer-answerer`

## To-Do
## Contributing

Please review the code-base and do not hesitate to open an issue or a PR with questions or
Please review the codebase and do not hesitate to open an issue or a PR with questions or
proposed changes. PRs in the spirit of this excercise will be merged, PRs adding fluff that
has no direct impact on understanding the data channels flow (like adding alternative
signalling channel mechanism which work the same way the current one does, adding bundlers
etc.) will be respectfully declined.

- Fix nvm: command not found in cmd/chrome-screenshot/cmd.sh and cmd/firefox-screenshot/cmd.sh
- Finalize Firefox headless automation for generating screenshots and console logs using Selenium WebDriver
- Contribute a demo where peer connections are keyed by peer name and one peer can hold multiple ones or a group chat
- Extend the/contribute a new example to cover media session establishment on top of the data one
- Consider adding another demo where the signaling channel is a service worker connecting two tabs
## To-Do

### Fix nvm: command not found in cmd/chrome-screenshot/cmd.sh and cmd/firefox-screenshot/cmd.sh

### Finalize Firefox headless automation for generating screenshots and console logs using Selenium WebDriver

### Contribute a demo where peer connections are keyed by peer name and one peer can hold multiple ones or a group chat

### Extend the/contribute a new example to cover media session establishment on top of the data one

### Consider adding another demo where the signaling channel is a service worker connecting two tabs

0 comments on commit fc07067

Please sign in to comment.