Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
908 stars 181 forks source link

MMS doesnt include subject or the ability to add multiple objects #470

Open eibhliss opened 5 months ago

eibhliss commented 5 months ago

Expected Behavior

Considering this is supposed to be a coveral API for sending all types of messages , it neglects to cover all the basics of sending MMS (multi-media-messages), like the multi-part, multiple images/files and subject, caption is ambiguous and there is no way to use SMIL or layout?

Current Behavior

In Send MMS Can only send one of Image/VCard or any one media file with a caption there is no provision for "multiple media" objects and "subject" in the SDK

Possible Solution

Cover in the documentation why this is the case Cover the methods other cariers use to send MMS like multi-media

Steps to Reproduce (for bugs)

just try to implement a sendMMS

Context

Cannot really use this API as its limited the use case and doesnt offer the full functionality of MMS

Your Environment

ALL