Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-11-30 15:23:13 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-30 18:13:27 +0300
commitae9226c636f876f95408d5f13481a73ab4155061 (patch)
tree15a42dee76bcec80e6a40121b96c0b3ac7c6ba36 /docs
parent8078dd8d2741974a23cca9ad3ff66afa492a5f06 (diff)
Expose the dial-in information to clients
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/internal-signaling.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/internal-signaling.md b/docs/internal-signaling.md
index 3524791b7..1a4db437a 100644
--- a/docs/internal-signaling.md
+++ b/docs/internal-signaling.md
@@ -14,15 +14,16 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
* Response:
- field | type | Description
- ------|------|------------
- `signalingMode` | string | See [Signaling modes](constants.md#Signaling_modes)
- `userId` | string | Current user id
- `hideWarning` | string | Don't show a performance warning although internal signaling is used
- `server` | string | URL of the external signaling server
- `ticket` | string | Ticket for the external signaling server
- `stunservers` | array | STUN servers
- `turnservers` | array | TURN servers
+ field | type | API | Description
+ ------|------|-----|------------
+ `signalingMode` | string | * | See [Signaling modes](constants.md#Signaling_modes)
+ `userId` | string | * | Current user id
+ `hideWarning` | string | * | Don't show a performance warning although internal signaling is used
+ `server` | string | * | URL of the external signaling server
+ `ticket` | string | * | Ticket for the external signaling server
+ `stunservers` | array | * | STUN servers
+ `turnservers` | array | * | TURN servers
+ `sipDialinInfo` | string | v2 | Generic SIP dial-in information for this conversation (admin free text containing the phone number etc)
- STUN server