Skip to content

Commit

Permalink
Merge pull request #1490 from AgoraIO/fix-links
Browse files Browse the repository at this point in the history
fix links
  • Loading branch information
Kishan-Dhakan authored Oct 17, 2023
2 parents 10a4f4d + f7bd8e0 commit cc0b52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/signaling/release-notes/web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit cc0b52f

Please sign in to comment.