api
- Create Meet create new room or meet
- Get Meet Info get meet information
- Join Meet join room
- Meet List get latest meet
- ActiveMeets get meets that have online user
- DeleteMeet stop and delete meet and all data
api request format
server accept json
POST request.
all api use same endpoint and same format
You also require to send content type json
Content-type: application/json
end point for all api : /api
Api request parameters
Field | Type | Required | Description |
---|---|---|---|
Secret | string | No | api secret (set in config.yml) |
Type | string | Yes | define type of request |
Data | Json | No | be different for each request |
api secret
-
some request need api secret . you can set api secret in config.yml file.
-
by defult
meet list
andactive meets
need to api secret. -
you can also specify which api request need to api secret in config