twilio-labs / dev-phone

A developer tool for testing SMS and Voice applications
MIT License
80 stars 22 forks source link

Inbound MMS Support #134

Open ayyrickay opened 2 years ago

ayyrickay commented 2 years ago

I believe this could be pretty simple to implement using the Conversations API if it's scoped to inbound images. It should only require checking to see if the incoming message has Media on it, ensuring it's an image, and then rendering that media in an <img> tag, or maybe using some Paste component.

ayyrickay commented 2 years ago

Update: this could be a key feature for some internal use cases, so increasing the priority of this is valid.

I may want to get some testing implemented initially, because some guard rails for this level of feature implementation would be really nice. 👍