-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
User should be able to send image. #309
Comments
Hi @muke1908 , I want to work on this issue. |
sure, thanks |
Hi @muke1908 ,
|
Hi, @suman313 right we already have image picker that convert image to base64 and sends it to the server. But we want to be able to encrypt it with But I guess there can be some issue on receiver side as websocket has a limit on payload size - but we'll deal with it separately. |
Convert image to base64 and send it by calling
await chatInstance.encrypt('some message').send();
https://github.com/muke1908/chat-e2ee/blob/master/service/README.md#3-send-message
The text was updated successfully, but these errors were encountered: