From f7bd8e07c7d39e14838a5128f80a5b511cd4fa9a Mon Sep 17 00:00:00 2001 From: Kishan Dhakan Date: Tue, 17 Oct 2023 22:15:55 +0530 Subject: [PATCH] fix links --- shared/signaling/release-notes/web.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/signaling/release-notes/web.mdx b/shared/signaling/release-notes/web.mdx index 53d707a7b..4d110abec 100644 --- a/shared/signaling/release-notes/web.mdx +++ b/shared/signaling/release-notes/web.mdx @@ -19,7 +19,7 @@ This release adds the `removeEventListener` method. You can use it to remove a s **Interval Mode** -This release supports the interval mode of presence function. When the number of online users in a channel exceeds the specified **Announce Max** value, the channel enters the interval mode. The SDK triggers the `presence` event notification at regular intervals and provides aggregated incremental information about user join, leave, timeout, and state changes in the `interval` property. For more details, see [Interval Mode](../user-guide/presence/event#interval-mode). +This release supports the interval mode of presence function. When the number of online users in a channel exceeds the specified **Announce Max** value, the channel enters the interval mode. The SDK triggers the `presence` event notification at regular intervals and provides aggregated incremental information about user join, leave, timeout, and state changes in the `interval` property. For more details, see [Interval Mode](../reference/api?platform=web#presence-event-types). #### Improvements @@ -51,7 +51,7 @@ To facilitate troubleshooting, this release adds error descriptions for each err - `RTM_ERROR_INVALID_ENCRYPTION_PARAMETER(-10020)` - `RTM_ERROR_OPERATION_RATE_EXCEED_LIMITATION(-10021)` -For error code descriptions and troubleshooting ways, see [Error Codes](../error-codes). +For error code descriptions and troubleshooting ways, see [Error Codes](../reference/api?platform=web#error-codes-table). #### Fixed issues