File: README.md

package info (click to toggle)
node-matrix-js-sdk 9.3.0%2B~cs9.9.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,904 kB
  • sloc: javascript: 39,573; sh: 275; makefile: 31; python: 11
file content (9 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
To try it out, **you must build the SDK first** and then host this folder:

```
 $ npm run build
 $ cd examples/voip
 $ python -m SimpleHTTPServer 8003
```

Then visit ``http://localhost:8003``.