Skip to content

Commit

Permalink
update samples readme to include docs and remove broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
James Robertson authored and James Robertson committed Oct 25, 2022
1 parent b0f4c6d commit 91ec311
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions samples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ A set of helpful samples for the [Java Sendbird Platform SDK](https://github.com
Includes examples of moderation, announcements, auto messages and a number of others.

# Samples
Samples included in this repo
- Creating a user session token
- Pushing out a targeted announcement
- Configuring a channels automatic messages
- Counting a users unread messages in a specific channel
- Creating, updating and deleting a user.
- Freezing a channel
Samples included in this repo:

[See the code here](src/main/java/Samples.java)
- Creating a user session token - [docs](https://sendbird.com/docs/chat/v3/platform-api/user/managing-session-tokens/issue-a-session-token◊)
- Pushing out a targeted announcement - [docs](https://sendbird.com/docs/chat/v3/platform-api/message/announcements/create-an-announcement)
- Counting a users unread messages in a specific channel - [docs](https://sendbird.com/docs/chat/v3/platform-api/message/read-receipts/get-number-of-unread-messages-per-member#2-response)
- Creating, updating and deleting a user - [docs](https://sendbird.com/docs/chat/v3/platform-api/user/creating-users/create-a-user)
- Freezing a channel - [docs](https://sendbird.com/docs/chat/v3/platform-api/moderation/freezing-a-channel/freeze-a-group-channel)

0 comments on commit 91ec311

Please sign in to comment.