api:flexcare:videochat
API : FlexCare : Videochat
This is the API calls are used to create, get and update videochat rooms.
| Videochat room endpoints | |
|---|---|
| List settings | List settings |
| List videochat rooms | List all videochat rooms. |
| List logs | List logs. |
| List devices | List devices. |
| Get videochat room | Fetches a videochat room. |
| Create videochat room | Creates a videochat room. |
| Updates a videochat room | Updates a videochat room. |
| List sms | List sms. |
| Get sms | Get sms. |
| Create sms | Create sms. |
| Update sms | Update sms. |
| Delete sms | Delete sms. |
| List settings | List settings and admin tablet settings. |
| Get setting | Get setting. |
| Create setting | Create setting. |
| Update setting | Update setting. |
| Update tablet setting | Update tablet setting. |
| Delete setting | Delete setting. |
| Meeting endpoints to get meeting, create meeting and update meeting - used by apps on tablet | |
|---|---|
| Create videochat room | Create videochat room from a tablet. |
| Get videochat room | Fetch videochat room for a tablet. |
Token
Most app API's requires a token. It is possible to get the token when Android launcher starts an app, conntact reseller for this option.
When calling the API, the token can be presented in 3 ways:
| Method | Description | Example |
|---|---|---|
| HTTP header | As an HTTP header | Authorization: Bearer <TOKEN> |
| Body | As a property in the JSON body on POST requests | { token: <TOKEN>, other-arg: 'value' } |
| Query | As an argument on the URL | ?a=b&token=<TOKEN> |
api/flexcare/videochat.txt · Last modified: 2025/11/10 12:15 by Gudni Sigurdsson