mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-27 07:49:27 +00:00
Updated README
This commit is contained in:
parent
f57a57482b
commit
f99e16c23e
@ -4,10 +4,14 @@ This project is the main Comunic RestAPI. It assures data backend support.
|
||||
|
||||
(c) Pierre HUBERT since 2017
|
||||
|
||||
# Crons required for Comunic
|
||||
Currently, this server does not make use of crons.
|
||||
|
||||
# Use calls in Comunic
|
||||
To use calls in Comunic, you need a WebRTCSignalExchangerServer, a small signal exchanging server written using NodeJS. You also need to modify your configuration file located at `config/overwrite.php` by copying and pasting commented configuration located at `config/calls.php` and make it fit your needs.
|
||||
|
||||
|
||||
### Add API clients
|
||||
|
||||
# Add API clients
|
||||
In order to easily add clients to the API, a script has been created.
|
||||
bin/add_client [name] [token]
|
||||
Note : The name of the client must be unique, and the token should the strongest
|
||||
|
Loading…
Reference in New Issue
Block a user