dialed property

ChatMembersDialed? dialed
getter/setter pair

ChatMembers being dialed by this ChatCall at the moment.

To understand whether the authenticated MyUser is dialed by this ChatCall at the moment, check whether the ChatMembersDialedConcrete.members contain him or the ChatMembersDialedAll.answeredMembers do not while the dialed is not null.

Implementation

ChatMembersDialed? dialed;