In Twilio via the Rest API, I have
- Generated a conversation fine
- Added in a 'user' with a projected address of a Twilio phone number
- Added in myself as a participant with the address being my phone number
- Finally, I went to add one more participant with the address being a mobile phone number
The 4th step throws the following error:
Group MMS is not enabled for this Account. https://www.twilio.com/docs/errors/50452
I understand Group MMS is deprecated at this point (no new sign-on). However, I also believe Conversations supports having multiple users (some on mobile, some via "user" chat, some on WhatsApp, etc.) so I am not sure why it is automatically trying to convert it over to a 'Group MMS'. Is there a setting on the Conversation I can toggle to prevent it from trying and yet still support multiple participants on mobile? Or even on the participant level?