In progress...
The API methods available on YOUR_ROOT_PATH + path option from config.
So, the base path should be like http://127.0.0.1:9000/ or http://127.0.0.1:9000/myapp/ if path option was set to /myapp.
Endpoints:
- GET
/- return a JSON to test the server.
This group of methods uses :key option from config:
- GET
/:key/id- return a new user id. required:keyfrom config. - GET
/:key/peers- return an array of all connected users. required:keyfrom config. IMPORTANT: You should setallow_discoverytotruein config to enable this method. It disabled by default.
This group of methods uses :key option from config, :userId and :userToken parameters from user.
- POST
/:key/:userId/:userToken/offer - POST
/:key/:userId/:userToken/candidate - POST
/:key/:userId/:userToken/answer - POST
/:key/:userId/:userToken/leave