summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-06-28 13:48:48 +0200
committerGitHub <noreply@github.com>2024-06-28 13:48:48 +0200
commitbcf6c0ccb190bd96555179ef7b3d7699b6e9fb00 (patch)
tree5e60813b2a509242debe00a5b41f19f615d8e045
parentef390fef18a10b18099b92b432901ee0de6ab7c5 (diff)
parent227c22541e34057d8b02f3f707f30843238df358 (diff)
Merge pull request #12608 from nextcloud/more-documentation-fixes
Fix broken documentation links
-rw-r--r--docs/conversation.md4
-rw-r--r--docs/internal-signaling.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conversation.md b/docs/conversation.md
index 9ef5798a0..21eca51b4 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -83,7 +83,7 @@
| `canLeaveConversation` | bool | v2 | | Flag if the user can leave the conversation (not possible for the last user with moderator permissions) |
| `lastActivity` | int | v1 | | Timestamp of the last activity in the conversation, in seconds and UTC time zone |
| `isFavorite` | bool | v1 | | Flag if the conversation is favorited by the user |
-| `notificationLevel` | int | v1 | | The notification level for the user (See [Participant notification levels](constants.md#Participant-notification-levels)) |
+| `notificationLevel` | int | v1 | | The notification level for the user (See [Participant notification levels](constants.md#participant-notification-levels)) |
| `lobbyState` | int | v1 | | Webinar lobby restriction (0-1), if the participant is a moderator they can always join the conversation (only available with `webinary-lobby` capability) (See [Webinar lobby states](constants.md#webinar-lobby-states)) |
| `lobbyTimer` | int | v1 | | Timestamp when the lobby will be automatically disabled (only available with `webinary-lobby` capability) |
| `sipEnabled` | int | v3 | | SIP enable status (see [constants list](constants.md#sip-states)) |
@@ -399,7 +399,7 @@ Get all (for moderators and in case of "free selection") or the assigned breakou
| field | type | Description |
|---------|------|--------------------------------------------------------------------------------------------------------------|
-| `level` | int | The notification level (See [Participant notification levels](constants.md#Participant-notification-levels)) |
+| `level` | int | The notification level (See [Participant notification levels](constants.md#participant-notification-levels)) |
* Response:
- Status code:
diff --git a/docs/internal-signaling.md b/docs/internal-signaling.md
index 000cb7c31..ab490d773 100644
--- a/docs/internal-signaling.md
+++ b/docs/internal-signaling.md
@@ -18,7 +18,7 @@
| field | type | Added | Description |
|-----------------|--------|-------|---------------------------------------------------------------------------------------------------------|
-| `signalingMode` | string | v1 | See [Signaling modes](constants.md#Signaling_modes) |
+| `signalingMode` | string | v1 | See [Signaling modes](constants.md#signaling_modes) |
| `userId` | string | v1 | Current user id |
| `hideWarning` | string | v1 | Don't show a performance warning although internal signaling is used |
| `server` | string | v1 | URL of the external signaling server |