Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextMessage

Hierarchy

  • TextMessage

Index

Properties

Properties

body

body: string

The text of the message.

from

from: string

A technology specific URI specifying the source of the message. For sip and pjsip technologies, any SIP URI can be specified. For xmpp, the URI must correspond to the client connection being used to send the message.

to

to: string

A technology specific URI specifying the destination of the message. Valid technologies include sip, pjsip, and xmp. The destination of a message should be an endpoint.

Optional variables

variables: IndexableObject

Technology specific key/value pairs (JSON object) associated with the message.

Generated using TypeDoc