CallAddress
Minimal address interface for call context Avoids circular dependency with full Address class
Properties
displayName
Human-readable display name for the address.
id
Server-assigned ID of the address.
textMessages$
Observable of the text-message collection for this address.
type
Kind of address (e.g. sip, room, subscriber).
Methods
sendText()
Parameters
text
Address as a URI or plain text.
Returns
Promise<void>