connected property
getter/setter pair
Indicator whether this OngoingCall is connected to the remote updates or not.
If true
then this call can be considered as an answered ongoing call,
and not just as a notification of an ongoing call in background.
Implementation
bool connected = false;