1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-18 05:42:00 +03:00
Files
matrix-js-sdk/examples/voip
2015-07-15 09:47:25 +01:00
..
2015-07-14 17:11:30 +01:00
2015-07-14 17:11:30 +01:00
2015-07-14 17:11:30 +01:00
2015-07-15 09:47:25 +01:00

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.