Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Nov 22, 2024
1 parent bd7df5f commit c3544a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ Refer to the following code sample to listen for presence status updates:

### Unsubscribe from the presence status of one or more users

You can call `unSubscribe` to unsubscribe from the presence statuses of the specified users, as shown in the following code sample:
You can call `unsubscribe` to unsubscribe from the presence statuses of the specified users, as shown in the following code sample:

```dart
// memberIds: The ID list of users from whom you unsubscribe.
try {
await ChatClient.getInstance.presenceManager.unSubscribe(
await ChatClient.getInstance.presenceManager.unsubscribe(
members: members,
);
} on ChatError catch (e) {
Expand Down

0 comments on commit c3544a3

Please sign in to comment.