WSC Gateway
api
v1 > conference > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
caller required | |
receiver required | |
notifications required | |
source required |
v1 > conference > read
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
token required |
conference
api > make > create
API to create a Conference endpoints. Token or Session Authorization is required.
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
provider | |
callback_endpoint | Callback endpoint where will be notified events regarding room or participants. All requests will contain HMAC SHA256 signature in the request header with key SIGNATURE. Signature are composed with a [SECRET-KEY] + [ROOM-ID] |
chat_enabled | |
automatic_join |
api > make-external > create
API to create a Conference endpoints. Token or Session Authorization is required.
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
provider | |
externalbackend required |
api > retrieve > read
API to retrieve a Conference data.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
slug required |