UNPKG

matrix-js-sdk

Version:

Matrix Client-Server SDK for Javascript

10 lines (7 loc) 195 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``.