Skip to content

Commit 4e510ed

Browse files
committed
Tidy up
1 parent 5b0db49 commit 4e510ed

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ In the future, this is likely to grow into a reverse proxy for [Reticulum](https
88

99
[See here for API documentation on how to communicate with the plugin.](docs/api.md)
1010

11-
We're hanging around in the [WebVR Slack](https://webvr-slack.herokuapp.com/) #social channel if you have any questions or want to chat. PRs and GitHub issues also welcome.
11+
PRs and GitHub issues are welcome.
1212

1313
### How do I use this?
1414

15-
This is a plugin for Janus, so you'll need to install and run Janus first. The [installation instructions on GitHub](https://github.com/meetecho/janus-gateway#dependencies) are canonical. It's currently only compatible with recent master builds of Janus -- when Janus 0.4.0 is released, that will do.
15+
This is a plugin for Janus, so you'll need to install and run Janus first. The [installation instructions on GitHub](https://github.com/meetecho/janus-gateway#dependencies) are canonical. It's compatible with versions of Janus more recent than 0.4.0.
1616

17-
This plugin should be compatible with any OS that can run Janus; that includes Linux, OS X, and Windows via WSL. If you're on Ubuntu, don't install the version from your package manager -- that one has no WebRTC data channel support, so it won't work. If that stresses you out, you can try running `scripts/setup-and-run-janus.sh`, which will compile and install Janus and its dependencies for you.
17+
This plugin should be compatible with any OS that can run Janus; that includes Linux, OS X, and Windows via WSL. If you use a version from a package manager, you might want to check to make sure it has data channel support, which is a compile-time option. (Debian and Ubuntu have it.) Alternatively, you can try running `scripts/setup-and-run-janus.sh`, which will compile and install Janus and its dependencies for you.
1818

1919
## Dependencies
2020

0 commit comments

Comments
 (0)