Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (29 loc) · 1.32 KB

mms-send-how-to.md

File metadata and controls

36 lines (29 loc) · 1.32 KB
title topic type typeOrder roles sourceExamples
Send MMS
mms
how-to
1
THIRD_PARTY_DEVELOPER
OPERATOR
examples/kotlin/thirdpartydev/mms/src/main/kotlin/com/wgtwo/examples/thirdpartydev/mms/SendAudioToSubscriber.kt

How to send MMS

Overview

This example shows how you can send MMS. In order to send MMSes your credentials need to have the mms.send.to_subscriber and mms.send.from_subscriber rights.

Limitations on mms.send.to_subscriber

Type Description
Operator May send MMS to subscriber from any sender ID, limited to 11 alphanumeric characters
Third Party Developer May send MMS to subscriber from configured product name to subscriber, with any non-alphanumeric characters stripped and truncated to max length of 11

Send audio MMS

Concepts