1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-31 15:24:23 +03:00
Files
matrix-js-sdk/examples/voip/README.md
2022-12-09 09:38:20 +01:00

10 lines
193 B
Markdown

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