You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-28 17:02:01 +03:00
193 B
193 B
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
.