1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-05-29 09:21:16 +03:00
Šimon Brandner 3b7d6f8334
This check doesn't seem to be necessary
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-04-30 14:43:00 +02:00
..
2016-11-12 17:39:48 +01:00
2021-04-30 14:17:30 +02: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.