callerId property

String? callerId
getter/setter pair

The caller id from which this call was placed.

Caller id is expected to be in E.164 format with preceding '+' sign, for example, "+16502531234".

Implementation

core.String? callerId;