This repo has been archived. Replacement apps include the XMTP Quickstart React and XMTP Inbox chat apps. For more details and links, see the README in this repo.
MIT License
74
stars
52
forks
source link
Adding voice memo content type (Work in progress) #176
Developer's don't know where to start with creating their own custom content-type. They typically go through our docs but shy away from creating their own content-type because docs don't have good tutorials/examples.
My goal is to create a video tutorial/and or tutorial doc to get them started and have code samples.
notes
Still work in progress. Creating a PR for others to try
Need to clean and optimize code
Did video memos because generally smallest size
Things I need to do
[ ] Refactor code. It's a hot mess
[ ] Figure out if sending byteArrays/base64 is the optimal way to send voice memos
[ ] Disable message box when doing a voice memo and dont show the base64 string in the message box
Describe your changes
Creating a custom content-type. This content-type are for voice memos. You are able to record and send your audio via xmtp.
DEMO https://user-images.githubusercontent.com/92274722/214216110-36b9a7be-1fb7-4fe7-ab84-d54a0face9c0.mov
Why?
Developer's don't know where to start with creating their own custom content-type. They typically go through our docs but shy away from creating their own content-type because docs don't have good tutorials/examples.
My goal is to create a video tutorial/and or tutorial doc to get them started and have code samples.
notes
Things I need to do