sendbird-chat-sample-react icon indicating copy to clipboard operation
sendbird-chat-sample-react copied to clipboard

SendBird Chat SDK sample for React.

Results 17 sendbird-chat-sample-react issues
Sort by recently updated
recently updated
newest added

Refactoring

With the props user must be able to send multiple files in a channel

While creating a new channel on the user list modal we must have an information about the user if that's been blocked by the logged in user.

ERROR in ./src/samples/GroupChannelTypes.js 191:42-65 export 'UserMessageUpdateParams' (imported as 'UserMessageUpdateParams') was not found in '@sendbird/chat/message' (possible exports: AdminMessage, AppleCriticalAlertOptions, BaseMessage, FileMessage, MentionType, MessageMetaArray, MessageModule, MessageRequestHandler, MessageSearchOrder, MessageSearchQuery, MessageType, MessageTypeFilter, OGImage, OGMetaData,...

App ID: Use the same App ID used for the Polls feature. Changelog information: (https://github.com/sendbird/sendbird-chat-sdk-android/blob/main/CHANGELOG.md) For the UI, use the Slack pinned messages as a guide, shown below: ![Image](https://user-images.githubusercontent.com/102265523/211355600-584e4332-4af7-43cd-8d32-0029a841a287.png)

while chating on channel group it is showing unnecessary multiple message in chat , here in these picture you can see i have send single message but it is appearing...

[Polls EAP.pdf](https://github.com/sendbird/sendbird-chat-sample-react/files/10111578/Polls.EAP.pdf)

[Scheduled Messages EAP.pdf](https://github.com/sendbird/sendbird-chat-sample-react/files/10111586/Scheduled.Messages.EAP.pdf) Example screenshot: ![Image](https://user-images.githubusercontent.com/102265523/204318742-d9e88c71-2731-4929-a0fb-a78764e23498.png)

Members can share encrypted files with a master key saved on sendbird server. This encrypted file has its own access URL, and only member with the master key can decrypt...