Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix links #1490

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading