CallAddress

View as MarkdownOpen in Claude

Minimal address interface for call context Avoids circular dependency with full Address class

Properties

displayName
string

Human-readable display name for the address.

id
stringRequired

Server-assigned ID of the address.

textMessages$
Observable<CallTextMessageCollection | undefined>Required

Observable of the text-message collection for this address.

type
string

Kind of address (e.g. sip, room, subscriber).

Methods

sendText()

1sendText(text): Promise<void>

Parameters

text
stringRequired

Address as a URI or plain text.

Returns

Promise<void>