sendbird-chat-sample-react
sendbird-chat-sample-react copied to clipboard
SendBird Chat SDK sample for React.
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: 
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: 
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...