Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendMessageObject

Hierarchy

  • SendMessageObject

Index

Properties

Optional extraHeaders

extraHeaders?: Header[]

Additional SIP headers to be sent with the message

Optional extraParts

extraParts?: MultipartPart[]

Additional (custom) Multipart MIME parts to add to the message

Optional messageId

messageId?: number

Custom message id
Be careful! This message id has to be unique across the whole conversation for all outgoing messages
This does not apply for all incoming messages. They can have another set of unique message ids.

Optional text

text?: string

Text message to be sent

Optional type

type?: number

Message type (bitmask) according to ETSI TS 103 698
Defaults to EmergencyMessageType.IN_CHAT
See EmergencyMessageType for more information

Optional uris

uris?: string[]

URIs to send along with the message (e.g. for deep linking something)

Generated using TypeDoc