From 45c42268190e85a206445164b8986a1f859c9c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Tue, 18 May 2021 19:04:39 +0200 Subject: Remove previous versions for signaling endpoints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mobile apps will need to adjust to the new version (note that only the signaling settings endpoint actually changed), but they will not be compatible with Talk < 12 anyway due to the changes in the conversation endpoints. Signed-off-by: Daniel Calviño Sánchez --- docs/internal-signaling.md | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) (limited to 'docs') diff --git a/docs/internal-signaling.md b/docs/internal-signaling.md index e113498a0..8fd1c47c2 100644 --- a/docs/internal-signaling.md +++ b/docs/internal-signaling.md @@ -1,7 +1,7 @@ # Signaling API -* Base endpoint for API v1 is: `/ocs/v2.php/apps/spreed/api/v1` -* Base endpoint for API v2 is: `/ocs/v2.php/apps/spreed/api/v2` +* Base endpoint for API v1 is: 🏁 Removed with API v3 +* Base endpoint for API v2 is: 🏁 Removed with API v3 * Base endpoint for API v3 is: `/ocs/v2.php/apps/spreed/api/v3` ## Get signaling settings @@ -23,33 +23,18 @@ `hideWarning` | string | v1 | Don't show a performance warning although internal signaling is used `server` | string | v1 | URL of the external signaling server `ticket` | string | v1 | Ticket for the external signaling server - `stunservers` | array | v1 | STUN servers - `turnservers` | array | v1 | TURN servers + `stunservers` | array | v3 | STUN servers + `turnservers` | array | v3 | TURN servers `sipDialinInfo` | string | v2 | Generic SIP dial-in information for this conversation (admin free text containing the phone number etc) - - STUN server (v1|v2) + - STUN server - field | type | Description - ---|---|--- - `url` | string | STUN server URL - - - TURN server (v1|v2) - - field | type | Description - ---|---|--- - `url` | array | One element array with TURN server URL - `urls` | array | One element array with TURN server URL - `username` | string | User name for the TURN server - `credential` | string | User password for the TURN server - - - STUN server (v3) - field | type | Description ------|------|------------ `urls` | array | Each element is a STUN server URL as a string - - TURN server (v3) - + - TURN server + field | type | Description ------|------|------------ `urls` | array | Each element is a TURN server URL as a string -- cgit v1.2.3